kernel: update 3.10 to 3.10.9
[openwrt.git] / target / linux / brcm63xx / patches-3.10 / 035-MIPS-BCM63XX-select-BOOT_RAW.patch
1 From 373eb1a286bf31b41f966d5d3826cfe63e826c92 Mon Sep 17 00:00:00 2001
2 From: Florian Fainelli <florian@openwrt.org>
3 Date: Tue, 18 Jun 2013 16:55:39 +0000
4 Subject: [PATCH 1/6] MIPS: BCM63XX: select BOOT_RAW
5
6 Enabling BOOT_RAW is mandatory to get a binary image (objcopy from ELF
7 to binary) to work. This does not affect the ELF kernels which are used
8 by CFE on BCM63XX DSL platforms, but is going to be necessary to support
9 BCM63XX on Cable Modem chips such as BCM3368.
10
11 Signed-off-by: Florian Fainelli <florian@openwrt.org>
12 Cc: linux-mips@linux-mips.org
13 Cc: cernekee@gmail.com
14 Cc: jogo@openwrt.org
15 Patchwork: https://patchwork.linux-mips.org/patch/5500/
16 Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
17 ---
18  arch/mips/Kconfig |    1 +
19  1 file changed, 1 insertion(+)
20
21 --- a/arch/mips/Kconfig
22 +++ b/arch/mips/Kconfig
23 @@ -124,6 +124,7 @@ config BCM47XX
24  
25  config BCM63XX
26         bool "Broadcom BCM63XX based boards"
27 +       select BOOT_RAW
28         select CEVT_R4K
29         select CSRC_R4K
30         select DMA_NONCOHERENT