]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
OMAP3: Zoom2: Enable Board and CPU info
authorDirk Behme <dirk.behme@googlemail.com>
Sun, 31 May 2009 10:44:41 +0000 (12:44 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:39:53 +0000 (20:39 +0200)
With other OMAP3 boards we recently switched to CPU and Board
info API. From parallel merge, this is missing for Zoom2.
Enable it for Zoom2, too.

Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
Acked-by: Tom Rix <Tom.Rix@windriver.com>
include/configs/omap3_zoom2.h

index 1d696b6e154053260b0a0fd092a23876590796e0..e2574192cf7bb612e17b3689ff2ef79415ca112c 100644 (file)
 #include <asm/arch/cpu.h>      /* get chip and board defs */
 #include <asm/arch/omap3.h>
 
+/*
+ * Display CPU and Board information
+ */
+#define CONFIG_DISPLAY_CPUINFO         1
+#define CONFIG_DISPLAY_BOARDINFO       1
+
 /* Clock Defines */
 #define V_OSCK                 26000000        /* Clock output from T2 */
 #define V_SCLK                 (V_OSCK >> 1)