From 35e3991d914c7b7b6bbe4609ab614ee77a0e5fd4 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 21 May 2020 16:26:03 -0400 Subject: Convert CONFIG_CMD_MMC to Kconfig This converts the following to Kconfig: CONFIG_CMD_MMC Signed-off-by: Tom Rini --- include/configs/bcmstb.h | 1 - include/configs/imx8mq_evk.h | 2 -- include/configs/imx8mq_phanbell.h | 2 -- include/configs/ls1021aiot.h | 1 - include/configs/pico-imx8mq.h | 2 -- include/configs/s32v234evb.h | 1 - include/configs/snapper9g45.h | 1 - 7 files changed, 10 deletions(-) (limited to 'include') diff --git a/include/configs/bcmstb.h b/include/configs/bcmstb.h index e58a9510de9..5f6bf62524a 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 632c4eaf77d..94183269cd6 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 4fa48c05785..72edbc74ec1 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 3eff1be023b..6e94a2a4c9a 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 a2f80cdd671..f4da38a7dbe 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 ba0e506fa09..5821d21688f 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 9b950543084..be36e9f5869 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 */ -- cgit v1.3.1