From 3962c4f9fc4482a6547f3c3d3d5e986e625abb8a Mon Sep 17 00:00:00 2001 From: Dirk Behme Date: Sun, 31 May 2009 12:44:41 +0200 Subject: 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 Acked-by: Tom Rix --- include/configs/omap3_zoom2.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/configs/omap3_zoom2.h') diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h index 1d696b6e1..e2574192c 100644 --- a/include/configs/omap3_zoom2.h +++ b/include/configs/omap3_zoom2.h @@ -43,6 +43,12 @@ #include /* get chip and board defs */ #include +/* + * 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) -- cgit v1.2.3