[U-Boot] [PATCH 6/7] MIPS: vct: switch to generic board

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


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

---

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

diff --git a/include/configs/vct.h b/include/configs/vct.h
index 217ba2f..83e4163 100644
--- a/include/configs/vct.h
+++ b/include/configs/vct.h
@@ -25,6 +25,9 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
+
 #define CPU_CLOCK_RATE			324000000 /* Clock for the MIPS core */
 #define CONFIG_SYS_MIPS_TIMER_FREQ	(CPU_CLOCK_RATE / 2)
 
-- 
2.1.3



More information about the U-Boot mailing list