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 | |
parent | 64b69f8c89352975c25730bcca4bf8af2296297f (diff) | |
download | u-boot-35e3991d914c7b7b6bbe4609ab614ee77a0e5fd4.tar.gz u-boot-35e3991d914c7b7b6bbe4609ab614ee77a0e5fd4.tar.bz2 u-boot-35e3991d914c7b7b6bbe4609ab614ee77a0e5fd4.zip |
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')
-rw-r--r-- | include/configs/bcmstb.h | 1 | ||||
-rw-r--r-- | include/configs/imx8mq_evk.h | 2 | ||||
-rw-r--r-- | include/configs/imx8mq_phanbell.h | 2 | ||||
-rw-r--r-- | include/configs/ls1021aiot.h | 1 | ||||
-rw-r--r-- | include/configs/pico-imx8mq.h | 2 | ||||
-rw-r--r-- | include/configs/s32v234evb.h | 1 | ||||
-rw-r--r-- | include/configs/snapper9g45.h | 1 |
7 files changed, 0 insertions, 10 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. diff --git a/include/configs/imx8mq_evk.h b/include/configs/imx8mq_evk.h index 632c4eaf77..94183269cd 100644 --- a/include/configs/imx8mq_evk.h +++ b/include/configs/imx8mq_evk.h @@ -202,8 +202,6 @@ #define CONFIG_IMX_BOOTAUX -#define CONFIG_CMD_MMC - #define CONFIG_SYS_FSL_USDHC_NUM 2 #define CONFIG_SYS_FSL_ESDHC_ADDR 0 diff --git a/include/configs/imx8mq_phanbell.h b/include/configs/imx8mq_phanbell.h index 4fa48c0578..72edbc74ec 100644 --- a/include/configs/imx8mq_phanbell.h +++ b/include/configs/imx8mq_phanbell.h @@ -193,8 +193,6 @@ #define CONFIG_IMX_BOOTAUX -#define CONFIG_CMD_MMC - #define CONFIG_SYS_FSL_USDHC_NUM 2 #define CONFIG_SYS_FSL_ESDHC_ADDR 0 diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 3eff1be023..6e94a2a4c9 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -120,7 +120,6 @@ /* * MMC */ -#define CONFIG_CMD_MMC /* SATA */ #define CONFIG_SCSI_AHCI_PLAT diff --git a/include/configs/pico-imx8mq.h b/include/configs/pico-imx8mq.h index a2f80cdd67..f4da38a7db 100644 --- a/include/configs/pico-imx8mq.h +++ b/include/configs/pico-imx8mq.h @@ -174,8 +174,6 @@ #define CONFIG_IMX_BOOTAUX -#define CONFIG_CMD_MMC - #define CONFIG_SYS_FSL_USDHC_NUM 2 #define CONFIG_SYS_FSL_ESDHC_ADDR 0 diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h index ba0e506fa0..5821d21688 100644 --- a/include/configs/s32v234evb.h +++ b/include/configs/s32v234evb.h @@ -68,7 +68,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC_BASE_ADDR #define CONFIG_SYS_FSL_ESDHC_NUM 1 -#define CONFIG_CMD_MMC /* #define CONFIG_CMD_EXT2 EXT2 Support */ #if 0 diff --git a/include/configs/snapper9g45.h b/include/configs/snapper9g45.h index 9b95054308..be36e9f586 100644 --- a/include/configs/snapper9g45.h +++ b/include/configs/snapper9g45.h @@ -101,7 +101,6 @@ /* Command line configuration */ #define CONFIG_CMD_MII -#define CONFIG_CMD_MMC #define CONFIG_CMD_CACHE #endif /* __CONFIG_H */ |