All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] OMAP3: Zoom2: Enable Board and CPU info
@ 2009-05-17 10:31 Dirk Behme
  2009-05-17 21:01 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 2+ messages in thread
From: Dirk Behme @ 2009-05-17 10:31 UTC (permalink / raw)
  To: u-boot

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 <Tom.Rix@windriver.com>
Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
---

Changes in v2:

- Use full name in CC

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
+
 /* Clock Defines */
 #define V_OSCK			26000000	/* Clock output from T2 */
 #define V_SCLK			(V_OSCK >> 1)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH v2] OMAP3: Zoom2: Enable Board and CPU info
  2009-05-17 10:31 [U-Boot] [PATCH v2] OMAP3: Zoom2: Enable Board and CPU info Dirk Behme
@ 2009-05-17 21:01 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-05-17 21:01 UTC (permalink / raw)
  To: u-boot

On 12:31 Sun 17 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.
> 
> CC: Tom Rix <Tom.Rix@windriver.com>
> Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
> ---
Applied to arm/next

Best Regards,
J.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-17 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-17 10:31 [U-Boot] [PATCH v2] OMAP3: Zoom2: Enable Board and CPU info Dirk Behme
2009-05-17 21:01 ` Jean-Christophe PLAGNIOL-VILLARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.