public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] powerpc/p1023rdb: Enable configs to use generic board code
@ 2014-11-07  7:15 Chunhe Lan
  2014-12-05 16:24 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Chunhe Lan @ 2014-11-07  7:15 UTC (permalink / raw)
  To: u-boot

Add configs:
  o CONFIG_SYS_GENERIC_BOARD
  o CONFIG_DISPLAY_BOARDINFO
in P1023RDB config header file to use U-boot generic
board code.

Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com>
---
 include/configs/P1023RDB.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/configs/P1023RDB.h b/include/configs/P1023RDB.h
index ba3da06..2631636 100644
--- a/include/configs/P1023RDB.h
+++ b/include/configs/P1023RDB.h
@@ -10,6 +10,9 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
+
 #ifndef CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_TEXT_BASE	0xeff40000
 #endif
-- 
1.7.6.5

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

end of thread, other threads:[~2014-12-05 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07  7:15 [U-Boot] [PATCH] powerpc/p1023rdb: Enable configs to use generic board code Chunhe Lan
2014-12-05 16:24 ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox