diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-06-21 14:40:09 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-07-19 10:49:53 +0200 |
commit | 24e2b20132a9ecba851e0eadd312528a7307e8a2 (patch) | |
tree | 217f96a1de06b804b384e2d5e180022a278dc51e /configs | |
parent | d509f8dc5ab95f2be923ff794160213d4347b4b3 (diff) | |
download | u-boot-24e2b20132a9ecba851e0eadd312528a7307e8a2.tar.gz u-boot-24e2b20132a9ecba851e0eadd312528a7307e8a2.tar.bz2 u-boot-24e2b20132a9ecba851e0eadd312528a7307e8a2.zip |
arm64: zynqmp: Enable usb mass storage command and functionality
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/xilinx_zynqmp_zcu100_revC_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_zcu100_revC_defconfig b/configs/xilinx_zynqmp_zcu100_revC_defconfig index 7ddb8358a0..154fffb393 100644 --- a/configs/xilinx_zynqmp_zcu100_revC_defconfig +++ b/configs/xilinx_zynqmp_zcu100_revC_defconfig @@ -34,6 +34,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 |