Merge "ipq5018: Enable USB FAT FS configs"

This commit is contained in:
Linux Build Service Account 2020-07-03 07:12:47 -07:00 committed by Gerrit - the friendly Code Review server
commit 3f32f36239

View file

@ -258,6 +258,14 @@ extern loff_t board_env_size;
#define CONFIG_USB_STORAGE #define CONFIG_USB_STORAGE
#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2 #define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
#define CONFIG_USB_MAX_CONTROLLER_COUNT 1 #define CONFIG_USB_MAX_CONTROLLER_COUNT 1
/*
* USB crashdump collection
*/
#define CONFIG_FS_FAT
#define CONFIG_FAT_WRITE
#define CONFIG_CMD_FAT
/* /*
* Block Device & Disk Partition Config * Block Device & Disk Partition Config
*/ */