[U-Boot] [PATCH 04/19] imx: ventana: config: enable driver model

Tim Harvey tharvey at gateworks.com
Sat May 9 03:28:27 CEST 2015


Enable U-Boot Driver Model (DM).

Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
 include/configs/gw_ventana.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index db0cf51..20bc4dc 100644
--- a/include/configs/gw_ventana.h
+++ b/include/configs/gw_ventana.h
@@ -45,6 +45,13 @@
 #define CONFIG_BOARD_EARLY_INIT_F
 #define CONFIG_MISC_INIT_R
 
+/* Driver Model */
+#ifndef CONFIG_SPL_BUILD
+#define CONFIG_DM
+#define CONFIG_DM_GPIO
+#define CONFIG_CMD_DM
+#endif
+
 /* GPIO */
 #define CONFIG_MXC_GPIO
 #define CONFIG_CMD_GPIO
-- 
1.9.1



More information about the U-Boot mailing list