diff options
author | Tim Kryger <tim.kryger@linaro.org> | 2013-12-05 18:30:55 -0500 |
---|---|---|
committer | Christian Daudt <bcm@fixthebug.org> | 2013-12-10 02:35:31 -0500 |
commit | be10333633172672277f4600f376763b57449fc2 (patch) | |
tree | c49125bfc95db61fdbac969766e3f01fccbd8663 | |
parent | 1a7c0d39c3dbc5ffcf00c4ee48f0e5197e1e2b1e (diff) |
ARM: bcm_defconfig: Do not expect appended DTB
The bootloaders used with Broadcom mobile SoCs are capable of handling
a device tree separately from the zImage so there is no need for this
option to be enabled.
Signed-off-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Christian Daudt <bcm@fixthebug.org>
-rw-r--r-- | arch/arm/configs/bcm_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig index 574e046a6f4e..7b71561a7a70 100644 --- a/arch/arm/configs/bcm_defconfig +++ b/arch/arm/configs/bcm_defconfig | |||
@@ -32,7 +32,6 @@ CONFIG_AEABI=y | |||
32 | # CONFIG_COMPACTION is not set | 32 | # CONFIG_COMPACTION is not set |
33 | CONFIG_ZBOOT_ROM_TEXT=0x0 | 33 | CONFIG_ZBOOT_ROM_TEXT=0x0 |
34 | CONFIG_ZBOOT_ROM_BSS=0x0 | 34 | CONFIG_ZBOOT_ROM_BSS=0x0 |
35 | CONFIG_ARM_APPENDED_DTB=y | ||
36 | CONFIG_CMDLINE="console=ttyS0,115200n8 mem=128M" | 35 | CONFIG_CMDLINE="console=ttyS0,115200n8 mem=128M" |
37 | CONFIG_CPU_IDLE=y | 36 | CONFIG_CPU_IDLE=y |
38 | CONFIG_VFP=y | 37 | CONFIG_VFP=y |