]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: activate DISPLAY_CPUINFO for VCMA9 + SMDK2410 board
authorDavid Müller (ELSOFT AG) <d.mueller@elsoft.ch>
Thu, 22 Dec 2011 01:19:25 +0000 (01:19 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 12 Feb 2012 09:11:27 +0000 (10:11 +0100)
Signed-off-by: David Mueller <d.mueller@elsoft.ch>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/VCMA9.h
include/configs/smdk2410.h

index 5cc8ece7de6672d6142697c3c400bee434b6ae34..76cd394db220b002fe15153aa6f1389f2b3cc362 100644 (file)
 /* 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 */
index 73159846ef895801c34ccfe46f9c8a1e5baa539f..7d163201e32b3e677b9da95df5f7862e41d44a2c 100644 (file)
 #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 */