[U-Boot] [PATCH] powerpc: TQM5200: convert to generic board

Wolfgang Denk wd at denx.de
Tue Oct 21 22:15:06 CEST 2014


Signed-off-by: Wolfgang Denk <wd at denx.de>
---
 include/configs/TQM5200.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h
index 69c0336..2c1c91f 100644
--- a/include/configs/TQM5200.h
+++ b/include/configs/TQM5200.h
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2003-2005
+ * (C) Copyright 2003-2014
  * Wolfgang Denk, DENX Software Engineering, wd at denx.de.
  *
  * (C) Copyright 2004-2006
@@ -20,6 +20,9 @@
 #define CONFIG_TQM5200		1	/* ... on TQM5200 module		*/
 #undef CONFIG_TQM5200_REV100		/*  define for revision 100 modules	*/
 
+#define CONFIG_DISPLAY_BOARDINFO
+#define CONFIG_SYS_GENERIC_BOARD
+
 /*
  * Valid values for CONFIG_SYS_TEXT_BASE are:
  * 0xFC000000	boot low (standard configuration with room for
-- 
1.8.3.1



More information about the U-Boot mailing list