
On 16:11 Sat 16 May , 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.
It's an option so it's not a fix but you enable each board Maintainer do his own choice
CC: Tom.Rix@windriver.com
please fill with Name <email> as it will be part of the final commit message
Signed-off-by: Dirk Behme dirk.behme@googlemail.com
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 <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
it will be good to stop to add the '1' as it's not neccessarely at all
Best Regards, J.