[PATCH] ARM: bcm2835: fix defconfig to select ARCH_BCM
Stephen Warren
swarren at wwwdotorg.org
Thu Feb 20 23:56:33 EST 2014
Without this, ARCH_BCM2835 is no longer available, and hence the kernel
won't boot!
Signed-off-by: Stephen Warren <swarren at wwwdotorg.org>
---
I'd expect this to be squashed into "ARM: bcm2835: Move to mach-bcm
directory".
arch/arm/configs/bcm2835_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig
index 04dda1e..a442269 100644
--- a/arch/arm/configs/bcm2835_defconfig
+++ b/arch/arm/configs/bcm2835_defconfig
@@ -31,6 +31,7 @@ CONFIG_OPROFILE=y
CONFIG_JUMP_LABEL=y
CONFIG_ARCH_MULTI_V6=y
# CONFIG_ARCH_MULTI_V7 is not set
+CONFIG_ARCH_BCM=y
CONFIG_ARCH_BCM2835=y
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_AEABI=y
--
1.8.3.2
More information about the linux-rpi-kernel
mailing list