diff mbox

[U-Boot,01/10] ti_armv7_keystone2: configs: add usb mass storage support

Message ID 1457518179-25947-2-git-send-email-lokeshvutla@ti.com
State Accepted
Commit cc2c9487d85865cf0d8721c6e0bfe666300e3571
Delegated to: Tom Rini
Headers show

Commit Message

Lokesh Vutla March 9, 2016, 10:09 a.m. UTC
From: Mugunthan V N <mugunthanvnm@ti.com>

Add USB mass storage support so that kernel can be read from
connected usb storage.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 include/configs/ti_armv7_keystone2.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini March 11, 2016, 5:07 p.m. UTC | #1
On Wed, Mar 09, 2016 at 03:39:30PM +0530, Lokesh Vutla wrote:

> From: Mugunthan V N <mugunthanvnm@ti.com>
> 
> Add USB mass storage support so that kernel can be read from
> connected usb storage.
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini March 17, 2016, 2:03 a.m. UTC | #2
On Wed, Mar 09, 2016 at 03:39:30PM +0530, Lokesh Vutla wrote:

> From: Mugunthan V N <mugunthanvnm@ti.com>
> 
> Add USB mass storage support so that kernel can be read from
> connected usb storage.
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h
index 70a484e..39e9852 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