summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAradhya Bhatia <a-bhatia1@ti.com>2023-01-13 19:08:44 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-01-23 18:05:03 -0600
commitf6f7a2258a19fe91439c482220aa10fb0e95408f (patch)
tree4621107df1e018c031070c26b1ada775dbbe4f32 /configs
parent2ea212a8e261f14328a65d5cced995bd4cf5c575 (diff)
configs: am62ax_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/am62ax_evm_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig
index 89bc10b889..fbad302822 100644
--- a/configs/am62ax_evm_a53_defconfig
+++ b/configs/am62ax_evm_a53_defconfig
@@ -56,6 +56,7 @@ CONFIG_SPL_YMODEM_SUPPORT=y
CONFIG_CMD_DFU=y
CONFIG_MISC=y
CONFIG_CMD_REMOTEPROC=y
+CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_SPL_MULTI_DTB_FIT=y