[U-Boot] [PATCH 2/7] powerpc: mpc5121ads: convert to generic board

Anatolij Gustschin agust at denx.de
Tue Oct 21 13:46:59 CEST 2014


Also enable CONFIG_DISPLAY_BOARDINFO to get checkboard() called.

Signed-off-by: Anatolij Gustschin <agust at denx.de>
---
 include/configs/mpc5121ads.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/mpc5121ads.h b/include/configs/mpc5121ads.h
index 7de245b..41ae0a5 100644
--- a/include/configs/mpc5121ads.h
+++ b/include/configs/mpc5121ads.h
@@ -12,6 +12,9 @@
 #define __CONFIG_H
 
 #define CONFIG_MPC5121ADS 1
+#define CONFIG_DISPLAY_BOARDINFO
+#define CONFIG_SYS_GENERIC_BOARD
+
 /*
  * Memory map for the MPC5121ADS board:
  *
-- 
1.8.3.1



More information about the U-Boot mailing list