projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb3522
)
edison: Disable CONFIG_USB_HOST_ETHER
author
Tom Rini
<trini@konsulko.com>
Fri, 8 Sep 2017 20:43:24 +0000
(16:43 -0400)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/configs/edison_defconfig
b/configs/edison_defconfig
index
d099c0b
..
d58700c
100644
(file)
--- 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