diff mbox

ARM: bcm2835: fix defconfig to select ARCH_BCM

Message ID 1392958593-11910-1-git-send-email-swarren@wwwdotorg.org (mailing list archive)
State New, archived
Headers show

Commit Message

Stephen Warren Feb. 21, 2014, 4:56 a.m. UTC
Without this, ARCH_BCM2835 is no longer available, and hence the kernel
won't boot!

Signed-off-by: Stephen Warren <swarren@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(+)

Comments

Stephen Warren Feb. 25, 2014, 2:49 a.m. UTC | #1
On 02/20/2014 09:56 PM, Stephen Warren wrote:
> Without this, ARCH_BCM2835 is no longer available, and hence the kernel
> won't boot!

I've squashed this into bcm2835's for-3.15/soc branch.
diff mbox

Patch

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