From f8cd14921d9ae957a092378317bc11ededdeb0ef Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 6 Sep 2013 19:01:17 +0000 Subject: brcm63xx: drop linux 3.9 support It is EOL since quite a while, so no need to keep it around. Signed-off-by: Jonas Gorski SVN-Revision: 37911 --- ...X-select-BMIPS4350-and-default-to-2-CPUs-.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 target/linux/brcm63xx/patches-3.9/034-MIPS-BCM63XX-select-BMIPS4350-and-default-to-2-CPUs-.patch (limited to 'target/linux/brcm63xx/patches-3.9/034-MIPS-BCM63XX-select-BMIPS4350-and-default-to-2-CPUs-.patch') diff --git a/target/linux/brcm63xx/patches-3.9/034-MIPS-BCM63XX-select-BMIPS4350-and-default-to-2-CPUs-.patch b/target/linux/brcm63xx/patches-3.9/034-MIPS-BCM63XX-select-BMIPS4350-and-default-to-2-CPUs-.patch deleted file mode 100644 index 920bc39..0000000 --- a/target/linux/brcm63xx/patches-3.9/034-MIPS-BCM63XX-select-BMIPS4350-and-default-to-2-CPUs-.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 158a11f25e070a6ed99cf8faa985da1f2669230f Mon Sep 17 00:00:00 2001 -From: Jonas Gorski -Date: Sun, 21 Apr 2013 14:44:00 +0200 -Subject: [PATCH 3/3] MIPS: BCM63XX: select BMIPS4350 and default to 2 CPUs - for supported SoCs - -All BCM63XX SoCs starting with BCM6358 have a BMIPS4350 instead of a -BMIPS3300, so select it unless support for any of the older SoCs is -selected. -All BMIPS4350 have only two CPUs, so select the appropriate default. - -Signed-off-by: Jonas Gorski ---- - arch/mips/Kconfig | 2 ++ - 1 file changed, 2 insertions(+) - ---- a/arch/mips/Kconfig -+++ b/arch/mips/Kconfig -@@ -129,6 +129,8 @@ config BCM63XX - select DMA_NONCOHERENT - select IRQ_CPU - select SYS_HAS_CPU_MIPS32_R1 -+ select SYS_HAS_CPU_BMIPS4350 if !BCM63XX_CPU_6338 && !BCM63XX_CPU_6345 && !BCM63XX_CPU_6348 -+ select NR_CPUS_DEFAULT_2 - select SYS_SUPPORTS_32BIT_KERNEL - select SYS_SUPPORTS_BIG_ENDIAN - select SYS_HAS_EARLY_PRINTK -- cgit v1.1