[U-Boot] [RFC PATCH 7/7] dm: exynos: Enable driver model for snow XHCI

Simon Glass sjg at chromium.org
Fri Jan 30 20:04:57 CET 2015


Switch snow over to use driver model for USB.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/configs/snow.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/snow.h b/include/configs/snow.h
index ce6676e..00bd646 100644
--- a/include/configs/snow.h
+++ b/include/configs/snow.h
@@ -27,6 +27,7 @@
 #define CONFIG_BOARD_COMMON
 #define CONFIG_ARCH_EARLY_INIT_R
 
+#define CONFIG_DM_USB
 #define CONFIG_USB_XHCI
 #define CONFIG_USB_XHCI_EXYNOS
 
-- 
2.2.0.rc0.207.ga3a616c



More information about the U-Boot mailing list