diff mbox series

[U-Boot] edison: Disable CONFIG_USB_HOST_ETHER

Message ID 1504903444-6440-1-git-send-email-trini@konsulko.com
State Accepted
Commit 4ccceefb7f0bbbcde849a1886dfb0c45cc2c746e
Delegated to: Tom Rini
Headers show
Series [U-Boot] edison: Disable CONFIG_USB_HOST_ETHER | expand

Commit Message

Tom Rini Sept. 8, 2017, 8:44 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Sept. 8, 2017, 8:45 p.m. UTC | #1
On Fri, Sep 08, 2017 at 04:44:04PM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/edison_defconfig b/configs/edison_defconfig
index d099c0b0dcd0..d58700c204cb 100644
--- a/configs/edison_defconfig
+++ b/configs/edison_defconfig
@@ -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