aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/bcm2835_defconfig
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2016-02-06 11:03:45 -0700
committerEric Anholt <eric@anholt.net>2016-02-17 11:18:05 -0800
commit21fb10be46ac203e2c1239634833e8b72cd00375 (patch)
tree12a06dc97aac43dfa94b9932fb5455b9e3577a15 /arch/arm/configs/bcm2835_defconfig
parentARM: bcm2835_defconfig: rebuild on next-20160205 (diff)
downloadlinux-dev-21fb10be46ac203e2c1239634833e8b72cd00375.tar.xz
linux-dev-21fb10be46ac203e2c1239634833e8b72cd00375.zip
ARM: bcm2835_defconfig: disable DEBUG_LL
This way the kernel works on both RPi0/1 and RPi2 even with earlyprintk in the kernel cmdline; the two hardware platforms use different physical addresses for peripherals, so the same DEBUG_LL configuration won't work on both. If someone needs DEBUG_LL support, they can enable it locally. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/configs/bcm2835_defconfig')
-rw-r--r--arch/arm/configs/bcm2835_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig
index e95dcb16d65d..4a1fb17eebf6 100644
--- a/arch/arm/configs/bcm2835_defconfig
+++ b/arch/arm/configs/bcm2835_defconfig
@@ -142,7 +142,5 @@ CONFIG_TEST_KSTRTOX=y
CONFIG_KGDB=y
CONFIG_KGDB_KDB=y
CONFIG_STRICT_DEVMEM=y
-CONFIG_DEBUG_LL=y
-CONFIG_EARLY_PRINTK=y
# CONFIG_XZ_DEC_ARM is not set
# CONFIG_XZ_DEC_ARMTHUMB is not set