diff mbox series

[U-Boot] arm64: zynqmp: Enable usb mass storage command and functionality

Message ID 7b3fddb9e068df6fe6ddd2520f10af33a9dcf355.1529585104.git.michal.simek@xilinx.com
State Accepted
Commit 24e2b20132a9ecba851e0eadd312528a7307e8a2
Delegated to: Michal Simek
Headers show
Series [U-Boot] arm64: zynqmp: Enable usb mass storage command and functionality | expand

Commit Message

Michal Simek June 21, 2018, 12:45 p.m. UTC
Enable ums command for zcu100 to enable mass storage gadget.
Tested with ums 0 mmc 0 (for SD) and ums 0 usb 0 (for USB flashdisk).

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 configs/xilinx_zynqmp_zcu100_revC_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/xilinx_zynqmp_zcu100_revC_defconfig b/configs/xilinx_zynqmp_zcu100_revC_defconfig
index 65f7a8d175af..52d3a8a1787b 100644
--- a/configs/xilinx_zynqmp_zcu100_revC_defconfig
+++ b/configs/xilinx_zynqmp_zcu100_revC_defconfig
@@ -33,6 +33,7 @@  CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y
+CONFIG_CMD_USB_MASS_STORAGE=y
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_TIME=y
 CONFIG_MP=y