Skip to content

Commit 22bc35e

Browse files
committed
imx6cuboxi: enable usb mass-storage gadget command
Enable the cli-command "ums" for usb mass-storage gadget support, which is commonly useful for eMMC deployment. Signed-off-by: Josua Mayer <[email protected]>
1 parent 6eee061 commit 22bc35e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/mx6cuboxi_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ CONFIG_CMD_GPIO=y
2727
CONFIG_CMD_MMC=y
2828
CONFIG_CMD_SATA=y
2929
CONFIG_CMD_USB=y
30+
CONFIG_CMD_USB_MASS_STORAGE=y
3031
CONFIG_CMD_CACHE=y
3132
CONFIG_CMD_EXT4_WRITE=y
3233
# CONFIG_SPL_ISO_PARTITION is not set

0 commit comments

Comments
 (0)