mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
dm: usb: exynos: Enable both USB ports on snow
Switch snow over to use both EHCI and XHCI at the same time. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
874dde8016
commit
78ab40b3e5
1 changed files with 2 additions and 0 deletions
|
|
@ -25,7 +25,9 @@
|
|||
#define CONFIG_BOARD_COMMON
|
||||
|
||||
#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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue