summaryrefslogtreecommitdiff
path: root/configs/omapl138_lcdk_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-09-02 06:52:02 -0500
committerTom Rini <trini@konsulko.com>2019-09-13 11:56:08 -0400
commit20a4a853e2829c3e2b041a7aece5cd16bd4354a7 (patch)
treee19ddd6ee2bea208b837b1ddc75895de2b6f2b17 /configs/omapl138_lcdk_defconfig
parentbebe758101b246e3ec5389a04185d68b20dc5e73 (diff)
ARM: omapl138_lcdk: Disable SPL_DM_USB
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>
Diffstat (limited to 'configs/omapl138_lcdk_defconfig')
-rw-r--r--configs/omapl138_lcdk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index d2342c37cf..63ed4e7c2b 100644
--- 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