From: David Müller (ELSOFT AG) Date: Thu, 22 Dec 2011 01:19:25 +0000 (+0000) Subject: ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board X-Git-Tag: v2012.04-rc1~212 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3d3206f1d44c73bcc4ad9fd8c201cd9fcfa07be7;p=u-boot ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board Signed-off-by: David Mueller Acked-by: Minkyu Kang --- diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 5cc8ece7de..76cd394db2 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -169,8 +169,7 @@ /* Boot Argument Buffer Size */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE -/* to be activated as soon as s3c24x0 has print_cpuinfo support */ -/*#define CONFIG_DISPLAY_CPUINFO*/ /* Display cpu info */ +#define CONFIG_DISPLAY_CPUINFO /* Display cpu info */ #define CONFIG_DISPLAY_BOARDINFO /* Display board info */ #define CONFIG_SYS_MEMTEST_START 0x30000000 /* memtest works on */ diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h index 73159846ef..7d163201e3 100644 --- a/include/configs/smdk2410.h +++ b/include/configs/smdk2410.h @@ -135,8 +135,7 @@ #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE -/* may be activated as soon as s3c24x0 has print_cpuinfo support */ -/*#define CONFIG_DISPLAY_CPUINFO*/ /* Display cpu info */ +#define CONFIG_DISPLAY_CPUINFO /* Display cpu info */ #define CONFIG_SYS_MEMTEST_START 0x30000000 /* memtest works on */ #define CONFIG_SYS_MEMTEST_END 0x33F00000 /* 63 MB in DRAM */