mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "ipq5018: Enable USB FAT FS configs"
This commit is contained in:
commit
3f32f36239
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue