summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-04 22:34:29 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-11 15:36:00 (GMT)
commitf38c5f526c4e8568da2d51712873b1788b9d69ec (patch)
tree80728220a9bc6348d168c0914f2c3d497d2dc5b3 /include
parent0c19b4d180b66cb0e418a084ffcb187bdbc15db9 (diff)
downloadu-boot-fsl-qoriq-f38c5f526c4e8568da2d51712873b1788b9d69ec.tar.xz
Convert CONFIG_CMD_MMC_SPI to Kconfig
This converts the following to Kconfig: CONFIG_CMD_MMC_SPI Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include')
-rw-r--r--include/config_cmd_all.h1
-rw-r--r--include/configs/UCP1020.h1
-rw-r--r--include/configs/am335x_shc.h1
-rw-r--r--include/configs/microblaze-generic.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index e6ebc2f..b3c0d0e 100644
--- a/include/config_cmd_all.h
+++ b/include/config_cmd_all.h
@@ -13,7 +13,6 @@
* Alphabetical list of all possible commands.
*/
-#define CONFIG_CMD_MFSL /* FSL support for Microblaze */
#define CONFIG_CMD_ONENAND /* OneNAND support */
#define CONFIG_CMD_PCI /* pciinfo */
#define CONFIG_CMD_PCMCIA /* PCMCIA support */
diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h
index 56c1f28..75770f9 100644
--- a/include/configs/UCP1020.h
+++ b/include/configs/UCP1020.h
@@ -437,7 +437,6 @@
#define CONFIG_FSL_ESDHC
#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR
#define CONFIG_MMC_SPI
-#define CONFIG_CMD_MMC_SPI
#endif
/* Misc Extra Settings */
diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h
index 121beef..b1e44bb 100644
--- a/include/configs/am335x_shc.h
+++ b/include/configs/am335x_shc.h
@@ -19,7 +19,6 @@
#undef CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC
#undef CONFIG_CMD_EXT4
#undef CONFIG_CMD_EXT4_WRITE
-#undef CONFIG_CMD_MMC_SPI
#undef CONFIG_CMD_SPI
#define CONFIG_CMD_CACHE
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index 4f77b8e..636c98c 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -163,7 +163,6 @@
/*
* Command line configuration.
*/
-#define CONFIG_CMD_MFSL
#if defined(FLASH)
# if !defined(RAMENV)