diff mbox

[U-Boot,v5,07/14] board: STiH410-B2260: add OHCI and XHCI related defines

Message ID 1494432599-17924-8-git-send-email-patrice.chotard@st.com
State Not Applicable
Headers show

Commit Message

Patrice CHOTARD May 10, 2017, 4:09 p.m. UTC
From: Patrice Chotard <patrice.chotard@st.com>

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---

v5:	_ none
v4:	_ none
v3:	_ none
v2:	_ none

 include/configs/stih410-b2260.h | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Simon Glass May 15, 2017, 3:02 a.m. UTC | #1
On 10 May 2017 at 10:09,  <patrice.chotard@st.com> wrote:
> From: Patrice Chotard <patrice.chotard@st.com>
>
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> ---
>
> v5:     _ none
> v4:     _ none
> v3:     _ none
> v2:     _ none
>
>  include/configs/stih410-b2260.h | 4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

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 */