summaryrefslogtreecommitdiff
path: root/configs/bcm7260_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/bcm7260_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/bcm7260_defconfig')
-rw-r--r--configs/bcm7260_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bcm7260_defconfig b/configs/bcm7260_defconfig
index afb59ec884..d467e62dee 100644
--- a/configs/bcm7260_defconfig
+++ b/configs/bcm7260_defconfig
@@ -13,6 +13,7 @@ CONFIG_USE_PREBOOT=y
CONFIG_PREBOOT="fdt addr ${fdtcontroladdr};fdt move ${fdtcontroladdr} ${fdtsaveaddr};fdt addr ${fdtsaveaddr};"
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="U-Boot>"
+CONFIG_CMD_MMC=y
CONFIG_EFI_PARTITION=y
CONFIG_OF_PRIOR_STAGE=y
CONFIG_ENV_IS_IN_MMC=y