提交 32872c04 编写于 作者: A Arnd Bergmann

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: NArnd Bergmann <arnd@arndb.de>
Acked-by: NWill Deacon <will.deacon@arm.com>
Reviewed-by: NLinus Walleij <linus.walleij@linaro.org>
上级 f3afce26
...@@ -30,9 +30,8 @@ GZFLAGS :=-9 ...@@ -30,9 +30,8 @@ GZFLAGS :=-9
# Never generate .eh_frame # Never generate .eh_frame
KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm) KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm)
# Do not use arch/arm/defconfig - it's always outdated. # This should work on most of the modern platforms
# Select a platform tht is kept up-to-date KBUILD_DEFCONFIG := multi_v7_defconfig
KBUILD_DEFCONFIG := versatile_defconfig
# defines filename extension depending memory management type. # defines filename extension depending memory management type.
ifeq ($(CONFIG_MMU),) ifeq ($(CONFIG_MMU),)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册