All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: versatile: fix versatile_defconfig
@ 2012-10-26 21:09 Arnd Bergmann
  0 siblings, 0 replies; only message in thread
From: Arnd Bergmann @ 2012-10-26 21:09 UTC (permalink / raw)
  To: linux-arm-kernel

With the introduction of CONFIG_ARCH_MULTIPLATFORM, versatile is
no longer the default platform, so we need to enable
CONFIG_ARCH_VERSATILE explicitly in order for that to be selected
rather than the multiplatform configuration.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---

I've applied this to the arm-soc fixes branch, since it seems obvious
and uncontroversial. I only noticed because of another unrelated bug.

diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig
index cdd4d2b..2ba9e63 100644
--- a/arch/arm/configs/versatile_defconfig
+++ b/arch/arm/configs/versatile_defconfig
@@ -1,3 +1,4 @@
+CONFIG_ARCH_VERSATILE=y
 CONFIG_EXPERIMENTAL=y
 # CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_SYSVIPC=y

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-26 21:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 21:09 [PATCH] ARM: versatile: fix versatile_defconfig Arnd Bergmann

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.