From 6678cebc09226f9d34fb7e5e0631d0009689918b Mon Sep 17 00:00:00 2001 From: "Hadli, Manjunath" Date: Mon, 6 Feb 2012 00:30:43 +0000 Subject: davinci: remove macro CONFIG_DISPLAY_CPUINFO remove the macro CONFIG_DISPLAY_CPUINFO as it is no longer required. This is because clock info will be printed as part 'bdinfo' command and also remove support print_cpuinfo() as it will no longer be called. Signed-off-by: Manjunath Hadli Cc: Tom Rini --- include/configs/davinci_schmoogie.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/davinci_schmoogie.h') diff --git a/include/configs/davinci_schmoogie.h b/include/configs/davinci_schmoogie.h index f4ddbeac..e0a8ee9 100644 --- a/include/configs/davinci_schmoogie.h +++ b/include/configs/davinci_schmoogie.h @@ -26,7 +26,6 @@ #define SCHMOOGIE #define CONFIG_SYS_NAND_LARGEPAGE #define CONFIG_SYS_USE_NAND -#define CONFIG_DISPLAY_CPUINFO #define MACH_TYPE_SCHMOOGIE 1255 #define CONFIG_MACH_TYPE MACH_TYPE_SCHMOOGIE -- cgit v1.1