]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
edison: Disable CONFIG_USB_HOST_ETHER
authorTom Rini <trini@konsulko.com>
Fri, 8 Sep 2017 20:43:24 +0000 (16:43 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 8 Sep 2017 20:43:24 +0000 (16:43 -0400)
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>
configs/edison_defconfig

index d099c0b0dcd0d4bc2d807c1db1cee15acb33ce02..d58700c204cb0a58319b5ed335808f68c605fd0e 100644 (file)
@@ -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