From 2f0f505db91b7ed34a617a8c72b6062f33aed78b Mon Sep 17 00:00:00 2001 From: Aradhya Bhatia Date: Wed, 28 Sep 2022 09:04:04 +0530 Subject: 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 --- configs/am62x_evm_a53_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') 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 -- cgit v1.2.3