From: Adam Ford Date: Mon, 2 Sep 2019 11:52:02 +0000 (-0500) Subject: ARM: omapl138_lcdk: Disable SPL_DM_USB X-Git-Tag: v2019.10-rc4~10^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=20a4a853e2829c3e2b041a7aece5cd16bd4354a7;p=oweals%2Fu-boot.git 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 --- 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