summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWadim Egorov <[email protected]>2026-03-17 11:07:02 +0100
committerTom Rini <[email protected]>2026-03-30 17:02:23 -0600
commit2e3a53d1c109b518cc6e25a6cc1764ce280983fb (patch)
tree68ae1d80b2b6d9312339913019ca500e34d9ac0c
parent32dc2866e020edcd89b26366ccb8fa7a2ee2859d (diff)
configs: phycore_am62x_a53_defconfig: Enable CMD_USB_MASS_STORAGE
This allows us to expose MMC devices to the host for easy flashing via USB. Signed-off-by: Wadim Egorov <[email protected]>
-rw-r--r--configs/phycore_am62x_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore_am62x_a53_defconfig b/configs/phycore_am62x_a53_defconfig
index afed0bfafc6..5ea352a6370 100644
--- a/configs/phycore_am62x_a53_defconfig
+++ b/configs/phycore_am62x_a53_defconfig
@@ -76,6 +76,7 @@ CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_MTD=y
CONFIG_CMD_USB=y
+CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_WDT=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EFIDEBUG=y