summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAradhya Bhatia <a-bhatia1@ti.com>2022-09-28 09:04:04 +0530
committerAnand Gadiyar <gadiyar@ti.com>2022-09-29 10:39:59 -0500
commit2f0f505db91b7ed34a617a8c72b6062f33aed78b (patch)
tree0a60c01da458b8525d3722609412949afbaec2d7 /configs
parent8d52dff68cb07343f49725030573d608f6f21540 (diff)
configs: am62x_evm_a53: Enable UMS command
The u-boot ums command models the EVM as a card reader and shows the SD Card latched on the evm as a memory device in the host PC. The Type - C dual role port should be used for this functionality. This helps in automating the linux debugging process. Enable this command in the defconfig. Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/am62x_evm_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index f96d1e1092..677412bd05 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -66,6 +66,7 @@ CONFIG_CMD_AB_SELECT=y
CONFIG_CMD_DDRSS=y
# CONFIG_CMD_EXT4_WRITE is not set
CONFIG_CMD_AVB=y
+CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_MULTI_DTB_FIT=y