From 13e55b358ebf02d486aaa6e3eb284278d76f3e96 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 19 Dec 2014 14:27:13 +0900 Subject: ARM: remove redudant information from Kconfig files - "string" type for SYS_* is defined in arch/Kconfig - SYS_CPU "armv7" has been replaced with "select CPU_V7" - SYS_SOC "tegra124" is already defined in tegra124/Kconfig Signed-off-by: Masahiro Yamada Acked-by: Bo Shen --- board/sunxi/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'board/sunxi') diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 246cd9a1a7..5ae491d738 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -33,7 +33,6 @@ config MACH_SUN8I endchoice config SYS_CONFIG_NAME - string default "sun4i" if MACH_SUN4I default "sun5i" if MACH_SUN5I default "sun6i" if MACH_SUN6I -- cgit v1.2.3