
25 Mar
2015
25 Mar
'15
7:22 p.m.
Switch snow over to use both EHCI and XHCI at the same time.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
include/configs/snow.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/snow.h b/include/configs/snow.h index fe802f2..e024955 100644 --- a/include/configs/snow.h +++ b/include/configs/snow.h @@ -26,7 +26,9 @@ #define CONFIG_ARCH_EARLY_INIT_R
#define CONFIG_USB_XHCI +#define CONFIG_USB_EHCI #define CONFIG_USB_XHCI_EXYNOS +#define CONFIG_USB_EHCI_EXYNOS
#define CONFIG_SYS_PROMPT "snow # " #define CONFIG_IDENT_STRING " for snow"
--
2.2.0.rc0.207.ga3a616c