brcm63xx: Add profile and build image for Sagemcom F@ST2704V2 ADSL router
[openwrt/openwrt.git] / target / linux / brcm63xx / patches-3.10 / 071-MIPS-BCM63XX-drop-SYS_HAS_CPU_MIPS32R1.patch
1 From c6c4897703d825c9efea6d9a708aaa080c8c3177 Mon Sep 17 00:00:00 2001
2 From: Jonas Gorski <jogo@openwrt.org>
3 Date: Thu, 17 Oct 2013 13:16:08 +0200
4 Subject: [PATCH V2 13/13] MIPS: BCM63XX: drop SYS_HAS_CPU_MIPS32R1
5
6 All MIPS cores on BCM63XX identify as Broadcom, not MIPS, so no need
7 to support non-broadcom MIPS CPUs. This also ensures that CPU_BMIPS
8 is always selected.
9
10 Signed-off-by: Jonas Gorski <jogo@openwrt.org>
11 ---
12 arch/mips/Kconfig | 1 -
13 1 file changed, 1 deletion(-)
14
15 --- a/arch/mips/Kconfig
16 +++ b/arch/mips/Kconfig
17 @@ -129,7 +129,6 @@ config BCM63XX
18 select CSRC_R4K
19 select DMA_NONCOHERENT
20 select IRQ_CPU
21 - select SYS_HAS_CPU_MIPS32_R1
22 select NR_CPUS_DEFAULT_2
23 select SYS_SUPPORTS_32BIT_KERNEL
24 select SYS_SUPPORTS_BIG_ENDIAN