From 19a9747535c105fa458d0c9929e6785cf56d1292 Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Sat, 8 Oct 2016 14:41:44 -0400 Subject: common/Kconfig: Add DISPLAY_CPUINFO Create a Kconfig entry for DISPLAY_CPUINFO and make it be the default in certain architectures. Migrate all config files. Signed-off-by: Lokesh Vutla Signed-off-by: Tom Rini --- include/configs/smartweb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/smartweb.h') diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h index fd557a9..0302740 100644 --- a/include/configs/smartweb.h +++ b/include/configs/smartweb.h @@ -47,7 +47,6 @@ #define CONFIG_INITRD_TAG /* pass initrd param to kernel */ #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY /* U-Boot is loaded by a bootloader */ #define CONFIG_BOARD_EARLY_INIT_F /* call board_early_init_f() */ -#define CONFIG_DISPLAY_CPUINFO /* display CPU Info at startup */ /* We set the max number of command args high to avoid HUSH bugs. */ #define CONFIG_SYS_MAXARGS 32 -- cgit v1.1