diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-21 16:26:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-25 11:54:53 -0400 |
commit | 35e3991d914c7b7b6bbe4609ab614ee77a0e5fd4 (patch) | |
tree | 2a74ce2d606b1b3805b4a98f14097c3803096ad9 /include/configs/bcmstb.h | |
parent | 64b69f8c89352975c25730bcca4bf8af2296297f (diff) | |
download | u-boot-35e3991d914c7b7b6bbe4609ab614ee77a0e5fd4.tar.gz |
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 'include/configs/bcmstb.h')
-rw-r--r-- | include/configs/bcmstb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bcmstb.h b/include/configs/bcmstb.h index e58a9510de..5f6bf62524 100644 --- a/include/configs/bcmstb.h +++ b/include/configs/bcmstb.h @@ -130,7 +130,6 @@ extern phys_addr_t prior_stage_fdt_address; #define CONFIG_CMD_ASKENV #define CONFIG_CMD_CACHE #define CONFIG_CMD_EXT2 -#define CONFIG_CMD_MMC /* * Flash configuration. |