summaryrefslogtreecommitdiff
path: root/configs/s32v234evb_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-21 16:26:03 -0400
committerTom Rini <trini@konsulko.com>2020-05-25 11:54:53 -0400
commit35e3991d914c7b7b6bbe4609ab614ee77a0e5fd4 (patch)
tree2a74ce2d606b1b3805b4a98f14097c3803096ad9 /configs/s32v234evb_defconfig
parent64b69f8c89352975c25730bcca4bf8af2296297f (diff)
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/s32v234evb_defconfig')
-rw-r--r--configs/s32v234evb_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/s32v234evb_defconfig b/configs/s32v234evb_defconfig
index 99720a9193..78450c23d6 100644
--- a/configs/s32v234evb_defconfig
+++ b/configs/s32v234evb_defconfig
@@ -13,6 +13,7 @@ CONFIG_CMD_BOOTZ=y
CONFIG_CMD_MEMTEST=y
CONFIG_SYS_MEMTEST_START=0xc0000000
CONFIG_SYS_MEMTEST_END=0xc7c00000
+CONFIG_CMD_MMC=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_DM=y