mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-28 07:03:31 +08:00
edison: Disable CONFIG_USB_HOST_ETHER
This board does dwc3 gadget, not host, so we cannot have host support or we will fail to link. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
5eb35220b2
commit
4ccceefb7f
@ -36,5 +36,6 @@ CONFIG_USB_GADGET_DOWNLOAD=y
|
||||
CONFIG_G_DNL_MANUFACTURER="Intel"
|
||||
CONFIG_G_DNL_VENDOR_NUM=0x8087
|
||||
CONFIG_G_DNL_PRODUCT_NUM=0x0a99
|
||||
# CONFIG_USB_HOST_ETHER is not set
|
||||
CONFIG_FAT_WRITE=y
|
||||
CONFIG_SHA1=y
|
||||
|
Loading…
Reference in New Issue
Block a user