[U-Boot] [PATCH v3 10/13] board: STiH410-B2260: add OHCI and XHCI related defines
patrice.chotard at st.com
patrice.chotard at st.com
Tue Mar 28 16:03:11 UTC 2017
From: Patrice Chotard <patrice.chotard at st.com>
Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
---
v3: _ squas patches 8 and 10
include/configs/stih410-b2260.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h
index 6f4070f..3df0e04 100644
--- a/include/configs/stih410-b2260.h
+++ b/include/configs/stih410-b2260.h
@@ -52,4 +52,8 @@
#define CONFIG_SKIP_LOWLEVEL_INIT
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2
+#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
+
#endif /* __CONFIG_H */
--
1.9.1
More information about the U-Boot
mailing list