summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_zoom2.h
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@googlemail.com>2009-05-31 12:44:41 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:53 +0200
commit3962c4f9fc4482a6547f3c3d3d5e986e625abb8a (patch)
tree49c702de76219cac1eb1caee2fb36020c7d4a712 /include/configs/omap3_zoom2.h
parent83ae698ff26b81b569ca32f7f2b008ad0da15e66 (diff)
downloadblackbird-obmc-uboot-3962c4f9fc4482a6547f3c3d3d5e986e625abb8a.tar.gz
blackbird-obmc-uboot-3962c4f9fc4482a6547f3c3d3d5e986e625abb8a.zip
OMAP3: Zoom2: Enable Board and CPU info
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>
Diffstat (limited to 'include/configs/omap3_zoom2.h')
-rw-r--r--include/configs/omap3_zoom2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h
index 1d696b6e15..e2574192cf 100644
--- a/include/configs/omap3_zoom2.h
+++ b/include/configs/omap3_zoom2.h
@@ -43,6 +43,12 @@
#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)
OpenPOWER on IntegriCloud