[U-Boot] [PATCH 2/3] imx31_phycore: Convert to generic board

Fabio Estevam fabio.estevam at freescale.com
Mon Feb 23 12:51:37 CET 2015


Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal
from the project.

Cc: Anatolij Gustschin <agust at denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 include/configs/imx31_phycore.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h
index 4195fa3..49039d6 100644
--- a/include/configs/imx31_phycore.h
+++ b/include/configs/imx31_phycore.h
@@ -18,6 +18,8 @@
 #define CONFIG_MX31			/* This is a mx31 */
 #define CONFIG_MX31_CLK32	32000
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
 
-- 
1.9.1



More information about the U-Boot mailing list