summaryrefslogtreecommitdiff
path: root/configs/ls1021aiot_sdcard_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-21 23:26:03 +0300
committerTom Rini <trini@konsulko.com>2020-05-25 18:54:53 +0300
commit35e3991d914c7b7b6bbe4609ab614ee77a0e5fd4 (patch)
tree2a74ce2d606b1b3805b4a98f14097c3803096ad9 /configs/ls1021aiot_sdcard_defconfig
parent64b69f8c89352975c25730bcca4bf8af2296297f (diff)
downloadu-boot-35e3991d914c7b7b6bbe4609ab614ee77a0e5fd4.tar.xz
Convert CONFIG_CMD_MMC to Kconfig
This converts the following to Kconfig: CONFIG_CMD_MMC Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1021aiot_sdcard_defconfig')
-rw-r--r--configs/ls1021aiot_sdcard_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021aiot_sdcard_defconfig b/configs/ls1021aiot_sdcard_defconfig
index fc6df70db7..10b6930914 100644
--- a/configs/ls1021aiot_sdcard_defconfig
+++ b/configs/ls1021aiot_sdcard_defconfig
@@ -17,6 +17,7 @@ CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0xe8
CONFIG_CMD_BOOTZ=y
CONFIG_CMD_GPT=y
+CONFIG_CMD_MMC=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
CONFIG_CMD_EXT2=y