mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user