projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bebe758
)
ARM: omapl138_lcdk: Disable SPL_DM_USB
author
Adam Ford
<aford173@gmail.com>
Mon, 2 Sep 2019 11:52:02 +0000
(06:52 -0500)
committer
Tom Rini
<trini@konsulko.com>
Fri, 13 Sep 2019 15:56:08 +0000
(11:56 -0400)
The USB was just recently enabled, so it is unlikely anyone is
using it in SPL, so this patch removes it from SPL to further
reduce the SPL code size.
Signed-off-by: Adam Ford <aford173@gmail.com>
configs/omapl138_lcdk_defconfig
patch
|
blob
|
history
diff --git
a/configs/omapl138_lcdk_defconfig
b/configs/omapl138_lcdk_defconfig
index d2342c37cff1e4ab309675cba5c6dcb6dd2959ef..63ed4e7c2bc4485fec7860b4ae6ab701b9aa9567 100644
(file)
--- a/
configs/omapl138_lcdk_defconfig
+++ b/
configs/omapl138_lcdk_defconfig
@@
-61,6
+61,7
@@
CONFIG_DM_SERIAL=y
CONFIG_SYS_NS16550=y
CONFIG_USB=y
CONFIG_DM_USB=y
+# CONFIG_SPL_DM_USB is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_DA8XX=y
CONFIG_USB_MUSB_HOST=y