diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-08-06 16:20:30 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-08-06 23:06:12 +0200 |
commit | 92727a122819a911c783841abec6d989c9560f56 (patch) | |
tree | 2879ab17f79ec2e138bb19545a62a1a75fbfadc6 /target/linux/bcm63xx/patches-5.4/109-MIPS-BCM63XX-register-EHCI-controller-if-board-enabl.patch | |
parent | f41a40001af80ff73415e3617655b1fc85c8171f (diff) | |
download | upstream-92727a122819a911c783841abec6d989c9560f56.tar.gz upstream-92727a122819a911c783841abec6d989c9560f56.tar.bz2 upstream-92727a122819a911c783841abec6d989c9560f56.zip |
bcm63xx: switch to upstream CFE version detection patch
The patch improving CFE version detection has been merged (linux 5.9).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/patches-5.4/109-MIPS-BCM63XX-register-EHCI-controller-if-board-enabl.patch')
-rw-r--r-- | target/linux/bcm63xx/patches-5.4/109-MIPS-BCM63XX-register-EHCI-controller-if-board-enabl.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm63xx/patches-5.4/109-MIPS-BCM63XX-register-EHCI-controller-if-board-enabl.patch b/target/linux/bcm63xx/patches-5.4/109-MIPS-BCM63XX-register-EHCI-controller-if-board-enabl.patch index e8c2588b67..feb99a1cd7 100644 --- a/target/linux/bcm63xx/patches-5.4/109-MIPS-BCM63XX-register-EHCI-controller-if-board-enabl.patch +++ b/target/linux/bcm63xx/patches-5.4/109-MIPS-BCM63XX-register-EHCI-controller-if-board-enabl.patch @@ -24,7 +24,7 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org> #include <bcm63xx_dev_usb_ohci.h> #include <bcm63xx_dev_usb_usbd.h> #include <board_bcm963xx.h> -@@ -879,6 +880,9 @@ int __init board_register_devices(void) +@@ -893,6 +894,9 @@ int __init board_register_devices(void) if (board.has_usbd) bcm63xx_usbd_register(&board.usbd); |