commit | 65adf86f1ac1712a794cbe8251cf8ab74e146302 | [log] [tgz] |
---|---|---|
author | Ravi Gunasekaran <r-gunasekaran@ti.com> | Fri Sep 08 16:33:51 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 22 13:58:51 2023 -0400 |
tree | 0d020d5987815daf34bbc3c8faa6738dd1f1bc4d | |
parent | a8bd5ec00022cc6cf790b766abaa9c4f6c850add [diff] |
configs: am65x_evm_r5_usbmsc_defconfig: Enable DWC3 wrapper for SPL 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>