[U-Boot] [PATCH 1/3] mx31ads: Convert to generic board
Fabio Estevam
fabio.estevam at freescale.com
Mon Feb 23 12:51:36 CET 2015
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal
from the project.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
include/configs/mx31ads.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h
index 0f4bd91..bed071f 100644
--- a/include/configs/mx31ads.h
+++ b/include/configs/mx31ads.h
@@ -14,6 +14,8 @@
/* High Level Configuration Options */
#define CONFIG_MX31 1 /* This is a mx31 */
+#define CONFIG_SYS_GENERIC_BOARD
+
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
--
1.9.1
More information about the U-Boot
mailing list