Re: [U-Boot] [PATCH] powerpc/p1023rdb: Enable configs to use generic board code

2014-12-05 Thread York Sun
On 11/06/2014 11:15 PM, Chunhe Lan wrote:
 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@freescale.com
 ---

Applied to u-boot-mpc85xx, awaiting upstream.

York

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] powerpc/p1023rdb: Enable configs to use generic board code

2014-11-06 Thread Chunhe Lan
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@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   0xeff4
 #endif
-- 
1.7.6.5

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot