diff mbox series

configs: am65x_evm_r5_usbmsc_defconfig: Enable DWC3 wrapper for SPL

Message ID 20230908110351.21369-1-r-gunasekaran@ti.com
State Accepted
Commit 65adf86f1ac1712a794cbe8251cf8ab74e146302
Delegated to: Tom Rini
Headers show
Series configs: am65x_evm_r5_usbmsc_defconfig: Enable DWC3 wrapper for SPL | expand

Commit Message

Ravi Gunasekaran Sept. 8, 2023, 11:03 a.m. UTC
commit 280f45d23977 ("configs: get rid of build warnings due to
SPL_USB_DWC3_GENERIC") missed enabling DWC3 glue layer for
usbmsc_defconfig and this broke boot from USB mass storage.
Fix this by enabling DWC3 glue layer.

Fixes: 280f45d23977 ("configs: get rid of build warnings due to SPL_USB_DWC3_GENERIC")
Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
---
 configs/am65x_evm_r5_usbmsc_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini Sept. 22, 2023, 10:26 p.m. UTC | #1
On Fri, Sep 08, 2023 at 04:33:51PM +0530, Ravi Gunasekaran wrote:

> commit 280f45d23977 ("configs: get rid of build warnings due to
> SPL_USB_DWC3_GENERIC") missed enabling DWC3 glue layer for
> usbmsc_defconfig and this broke boot from USB mass storage.
> Fix this by enabling DWC3 glue layer.
> 
> Fixes: 280f45d23977 ("configs: get rid of build warnings due to SPL_USB_DWC3_GENERIC")
> Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>

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

Patch

diff --git a/configs/am65x_evm_r5_usbmsc_defconfig b/configs/am65x_evm_r5_usbmsc_defconfig
index 8da49c78c8..733a1c1874 100644
--- a/configs/am65x_evm_r5_usbmsc_defconfig
+++ b/configs/am65x_evm_r5_usbmsc_defconfig
@@ -85,6 +85,7 @@  CONFIG_SYS_I2C_OMAP24XX=y
 CONFIG_DM_MAILBOX=y
 CONFIG_K3_SEC_PROXY=y
 CONFIG_MISC=y
+CONFIG_SPL_MISC=y
 CONFIG_K3_AVS0=y
 # CONFIG_MMC is not set
 CONFIG_PHY=y
@@ -122,6 +123,7 @@  CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_DWC3=y
 CONFIG_USB_DWC3=y
 CONFIG_USB_DWC3_GENERIC=y
+CONFIG_SPL_USB_DWC3_GENERIC=y
 CONFIG_USB_STORAGE=y
 CONFIG_SPL_USB_STORAGE=y
 CONFIG_USB_GADGET=y