[U-Boot] [PATCH] i.MX31 PDK: Enable generic board for i.MX31 PDK

Magnus Lilja lilja.magnus at gmail.com
Tue Aug 5 19:03:07 CEST 2014


Enable CONFIG_SYS_GENERIC_BOARD for the i.MX31 PDK board.

Tested on actual hardware.

Signed-off-by: Magnus Lilja <lilja.magnus at gmail.com>
---

Note: This was tested in a tree where the start.S issue discussed
in the "SPL broken on i.mx31 platforms" thread has been fixed.

 include/configs/mx31pdk.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index f796a41..bc4583b 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -20,6 +20,8 @@
 #define CONFIG_ARM1136			/* This is an arm1136 CPU core */
 #define CONFIG_MX31			/* in a mx31 */
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
 
-- 
1.8.1.4



More information about the U-Boot mailing list