aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-12-18 17:44:23 -0500
committerArnd Bergmann <arnd@arndb.de>2015-12-31 10:10:14 -0500
commit32872c04ffd5a855c43802c5aa76c711eb021948 (patch)
tree2dd07a3c890bdc5d79ba1c74da03b7fa5f32134a /arch/arm/Makefile
parentf3afce26de53793dfeab74aabfbf4871ddab08d5 (diff)
ARM: default to multi_v7_defconfig
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>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 2c2b28ee4811..e9fb67913e6e 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -30,9 +30,8 @@ GZFLAGS :=-9
30# Never generate .eh_frame 30# Never generate .eh_frame
31KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm) 31KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm)
32 32
33# Do not use arch/arm/defconfig - it's always outdated. 33# This should work on most of the modern platforms
34# Select a platform tht is kept up-to-date 34KBUILD_DEFCONFIG := multi_v7_defconfig
35KBUILD_DEFCONFIG := versatile_defconfig
36 35
37# defines filename extension depending memory management type. 36# defines filename extension depending memory management type.
38ifeq ($(CONFIG_MMU),) 37ifeq ($(CONFIG_MMU),)