All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: bcm2835: fix defconfig to select ARCH_BCM
@ 2014-02-21  4:56 Stephen Warren
  2014-02-25  2:49 ` Stephen Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2014-02-21  4:56 UTC (permalink / raw)
  To: linux-arm-kernel

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(+)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: bcm2835: fix defconfig to select ARCH_BCM
  2014-02-21  4:56 [PATCH] ARM: bcm2835: fix defconfig to select ARCH_BCM Stephen Warren
@ 2014-02-25  2:49 ` Stephen Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2014-02-25  2:49 UTC (permalink / raw)
  To: linux-arm-kernel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-25  2:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-21  4:56 [PATCH] ARM: bcm2835: fix defconfig to select ARCH_BCM Stephen Warren
2014-02-25  2:49 ` Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.