diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-01 21:56:35 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-01 21:56:35 +0000 |
commit | 6354265168e5c7b593c6579c3a211cd94e914f94 (patch) | |
tree | 88a9fb14dbdecfde63ca70c49860b2269f0f3886 /target/linux/brcm63xx/patches-3.10/041-MIPS-BCM63XX-remove-bogus-Kconfig-selects.patch | |
parent | 9762c605fe5fe106010f441c9daf42b08c1fcad8 (diff) | |
download | upstream-6354265168e5c7b593c6579c3a211cd94e914f94.tar.gz upstream-6354265168e5c7b593c6579c3a211cd94e914f94.tar.bz2 upstream-6354265168e5c7b593c6579c3a211cd94e914f94.zip |
brcm63xx: switch to 3.14
Now that BB is branched off, we can now switch to 3.14 and start
breaking stuff again.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41941 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.10/041-MIPS-BCM63XX-remove-bogus-Kconfig-selects.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/041-MIPS-BCM63XX-remove-bogus-Kconfig-selects.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/041-MIPS-BCM63XX-remove-bogus-Kconfig-selects.patch b/target/linux/brcm63xx/patches-3.10/041-MIPS-BCM63XX-remove-bogus-Kconfig-selects.patch deleted file mode 100644 index 029e8f1d02..0000000000 --- a/target/linux/brcm63xx/patches-3.10/041-MIPS-BCM63XX-remove-bogus-Kconfig-selects.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 318883517ebc56e1f9068597e9875f578016e225 Mon Sep 17 00:00:00 2001 -From: Florian Fainelli <florian@openwrt.org> -Date: Tue, 18 Jun 2013 16:55:38 +0000 -Subject: [PATCH] MIPS: BCM63XX: remove bogus Kconfig selects - -Remove the bogus selects on USB-related symbols for 6345 and 6338, not -only we do not yet support USB on BCM63XX, but they also cause the -following warnings: - -warning: (BCM63XX_CPU_6338 && BCM63XX_CPU_6345) selects -USB_OHCI_BIG_ENDIAN_MMIO which has unmet direct dependencies -(USB_SUPPORT && USB && USB_OHCI_HCD) -warning: (BCM63XX_CPU_6338 && BCM63XX_CPU_6345) selects -USB_OHCI_BIG_ENDIAN_DESC which has unmet direct dependencies -(USB_SUPPORT && USB && USB_OHCI_HCD) -make[4]: Leaving directory `/home/florian/dev/linux' - -Just get rid of these bogus Kconfig selects because neither 6345 nor -6338 actually have built-in USB host controllers. - -Signed-off-by: Florian Fainelli <florian@openwrt.org> -Cc: linux-mips@linux-mips.org -Cc: cernekee@gmail.com -Cc: jogo@openwrt.org -Patchwork: http://patchwork.linux-mips.org/patch/5497/ -Signed-off-by: Ralf Baechle <ralf@linux-mips.org> ---- - arch/mips/bcm63xx/Kconfig | 5 ----- - 1 file changed, 5 deletions(-) - ---- a/arch/mips/bcm63xx/Kconfig -+++ b/arch/mips/bcm63xx/Kconfig -@@ -12,14 +12,9 @@ config BCM63XX_CPU_6328 - config BCM63XX_CPU_6338 - bool "support 6338 CPU" - select HW_HAS_PCI -- select USB_ARCH_HAS_OHCI -- select USB_OHCI_BIG_ENDIAN_DESC -- select USB_OHCI_BIG_ENDIAN_MMIO - - config BCM63XX_CPU_6345 - bool "support 6345 CPU" -- select USB_OHCI_BIG_ENDIAN_DESC -- select USB_OHCI_BIG_ENDIAN_MMIO - - config BCM63XX_CPU_6348 - bool "support 6348 CPU" |