diff options
author | Tim Kryger <tim.kryger@linaro.org> | 2013-12-05 15:30:55 -0800 |
---|---|---|
committer | Christian Daudt <bcm@fixthebug.org> | 2013-12-09 23:35:31 -0800 |
commit | be10333633172672277f4600f376763b57449fc2 (patch) | |
tree | c49125bfc95db61fdbac969766e3f01fccbd8663 /arch/arm/configs/bcm_defconfig | |
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>
Diffstat (limited to 'arch/arm/configs/bcm_defconfig')
-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 # CONFIG_COMPACTION is not set CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 -CONFIG_ARM_APPENDED_DTB=y CONFIG_CMDLINE="console=ttyS0,115200n8 mem=128M" CONFIG_CPU_IDLE=y CONFIG_VFP=y |