[U-Boot] [PATCH 4/7] MIPS: pb1x00: switch to generic board

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sat Nov 15 23:46:55 CET 2014


Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
---

 include/configs/pb1x00.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h
index 1c04a58..61e6af3 100644
--- a/include/configs/pb1x00.h
+++ b/include/configs/pb1x00.h
@@ -15,6 +15,9 @@
 #define CONFIG_PB1X00		1
 #define CONFIG_SOC_AU1X00	1  /* alchemy series cpu */
 
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
+
 #ifdef CONFIG_PB1000
 #define CONFIG_SOC_AU1000	1
 #else
-- 
2.1.3



More information about the U-Boot mailing list