Revert CM4 USB controller back to dwc2

SDXC controller was not playing nice with rpiboot.
This commit is contained in:
Floris Bos 2022-02-23 16:03:29 +01:00
parent 367b111a77
commit 78f003fca7
4 changed files with 12 additions and 3 deletions

View file

@ -69,6 +69,14 @@ CONFIG_NFS_FS=n
CONFIG_IP_PNP=n
CONFIG_MODULES=n
#
# Alternative USB driver
# If used, you must also built the dwc2 overlay,
# and enable it in config.txt
#
CONFIG_USB_DWC2=y
# Extra filessytems for using images from USB stick
CONFIG_EXFAT_FS=y