]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: integrator: set V4T and V5 as default multitargets
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 27 Jun 2014 08:44:14 +0000 (10:44 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 22 Oct 2014 07:49:26 +0000 (09:49 +0200)
When switching the Integrator machines to multiplatform, the
V7 target becomes default, but most Integrators are V4T or V5,
so set these two as default in the defconfig and deselect V7.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/configs/integrator_defconfig

index c1f5adc5493e84b2bbeed7e07318138678f63114..71f14675d009413ee7bc26751eb4a7ae7d446a32 100644 (file)
@@ -8,6 +8,9 @@ CONFIG_BLK_DEV_INITRD=y
 CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
 CONFIG_PARTITION_ADVANCED=y
+CONFIG_ARCH_MULTI_V4T=y
+CONFIG_ARCH_MULTI_V5=y
+# CONFIG_ARCH_MULTI_V7 is not set
 CONFIG_ARCH_INTEGRATOR=y
 CONFIG_ARCH_INTEGRATOR_AP=y
 CONFIG_ARCH_INTEGRATOR_CP=y