[U-Boot] [PATCH 2/3] mx35pdk: Convert to generic board
Stefano Babic
sbabic at denx.de
Thu Mar 5 10:41:16 CET 2015
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to
prevent removal from the project.
Signed-off-by: Stefano Babic <sbabic at denx.de>
---
include/configs/mx35pdk.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h
index a145f08..6a41093 100644
--- a/include/configs/mx35pdk.h
+++ b/include/configs/mx35pdk.h
@@ -19,6 +19,7 @@
#define CONFIG_MX35
#define CONFIG_DISPLAY_CPUINFO
+#define CONFIG_SYS_GENERIC_BOARD
/* Set TEXT at the beginning of the NOR flash */
#define CONFIG_SYS_TEXT_BASE 0xA0000000
--
1.9.1
More information about the U-Boot
mailing list