From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Sat, 16 May 2009 11:07:01 -0500 Subject: [U-Boot] [PATCH] OMAP3: Zoom2: Fix missing Board and CPU info In-Reply-To: <1242483066-6955-1-git-send-email-dirk.behme@googlemail.com> References: <1242483066-6955-1-git-send-email-dirk.behme@googlemail.com> Message-ID: <4A0EE4A5.6080109@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ok with me. I have verified this patch runs on zoom2. The expected cpu and board info are displayed on startup. Tom Dirk Behme wrote: > 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. > > CC: Tom.Rix at windriver.com > Signed-off-by: Dirk Behme > --- > > Compile tested on recent u-boot next branch. > > include/configs/omap3_zoom2.h | 6 ++++++ > 1 file changed, 6 insertions(+) > > Index: u-boot-main/include/configs/omap3_zoom2.h > =================================================================== > --- u-boot-main.orig/include/configs/omap3_zoom2.h > +++ u-boot-main/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) >