ARM: bcm2835_defconfig: disable DEBUG_LL
authorStephen Warren <swarren@wwwdotorg.org>
Sat, 6 Feb 2016 18:03:45 +0000 (11:03 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 17 Feb 2016 19:18:05 +0000 (11:18 -0800)
commit21fb10be46ac203e2c1239634833e8b72cd00375
tree12a06dc97aac43dfa94b9932fb5455b9e3577a15
parent990246906db5057c577db4fafa27a416f0e70419
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>
arch/arm/configs/bcm2835_defconfig