mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
x86: config: Enable USB on link
Enable USB support on link - there are two EHCI ports available. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9baeca4b89
commit
79b303467a
1 changed files with 0 additions and 2 deletions
|
@ -50,8 +50,6 @@
|
||||||
#undef CONFIG_SPI
|
#undef CONFIG_SPI
|
||||||
#undef CONFIG_CMD_SPI
|
#undef CONFIG_CMD_SPI
|
||||||
#undef CONFIG_CMD_SF
|
#undef CONFIG_CMD_SF
|
||||||
#undef CONFIG_USB_EHCI
|
|
||||||
#undef CONFIG_CMD_USB
|
|
||||||
|
|
||||||
#define CONFIG_PCI_MEM_BUS 0xe0000000
|
#define CONFIG_PCI_MEM_BUS 0xe0000000
|
||||||
#define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS
|
#define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS
|
||||||
|
|
Loading…
Reference in a new issue