[U-Boot] [PATCH] imx: ventana: Convert to generic board
Tim Harvey
tharvey at gateworks.com
Sat Apr 26 00:17:00 CEST 2014
Enable CONFIG_SYS_GENERIC_BOARD on ventana.
Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
include/configs/gw_ventana.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index b984f27..335f2ff 100644
--- a/include/configs/gw_ventana.h
+++ b/include/configs/gw_ventana.h
@@ -24,6 +24,8 @@
#define CONFIG_SERIAL_TAG
#define CONFIG_REVISION_TAG
+#define CONFIG_SYS_GENERIC_BOARD
+
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)
--
1.8.3.2
More information about the U-Boot
mailing list