]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: default to multi_v7_defconfig
authorArnd Bergmann <arnd@arndb.de>
Fri, 18 Dec 2015 22:44:23 +0000 (23:44 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 31 Dec 2015 15:10:14 +0000 (16:10 +0100)
versatile_defconfig has not been a reasonable default for a very long
time, there is very little work happening on this platform and it's
based on an old ARM926 CPU core.

This changes the default to multi_v7_defconfig, which is much more
relevant to anyone doing a build test on ARM, as it covers a wide
range of platforms.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Will Deacon <will.deacon@arm.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/Makefile

index 2c2b28ee48119771dfa92f353124795d456d770a..e9fb67913e6e32f2d12ff7abdc6fb4164d9a5764 100644 (file)
@@ -30,9 +30,8 @@ GZFLAGS               :=-9
 # Never generate .eh_frame
 KBUILD_CFLAGS  += $(call cc-option,-fno-dwarf2-cfi-asm)
 
-# Do not use arch/arm/defconfig - it's always outdated.
-# Select a platform tht is kept up-to-date
-KBUILD_DEFCONFIG := versatile_defconfig
+# This should work on most of the modern platforms
+KBUILD_DEFCONFIG := multi_v7_defconfig
 
 # defines filename extension depending memory management type.
 ifeq ($(CONFIG_MMU),)