diff options
| author | Mugunthan V N <[email protected]> | 2016-03-09 15:39:30 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-03-15 21:30:15 -0400 |
| commit | cc2c9487d85865cf0d8721c6e0bfe666300e3571 (patch) | |
| tree | 79a47c6088442583cd9ae324a205c84009a325b6 /include | |
| parent | 0f4060ebcb4f60287c456586cf089510e43ba339 (diff) | |
ti_armv7_keystone2: configs: add usb mass storage support
Add USB mass storage support so that kernel can be read from
connected usb storage.
Signed-off-by: Mugunthan V N <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ti_armv7_keystone2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index 6f30c77d7d9..8bdd2deb375 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -195,6 +195,7 @@ #define CONFIG_USB_XHCI_DWC3 #define CONFIG_USB_XHCI_KEYSTONE #define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2 +#define CONFIG_USB_STORAGE #define CONFIG_EFI_PARTITION #define CONFIG_FS_FAT #define CONFIG_SYS_CACHELINE_SIZE 64 |
