diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-24 17:29:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-25 15:09:47 -0400 |
commit | 89cb2b5f8be4f6d04bd87220aa8f72eb0850edc4 (patch) | |
tree | aa20aae96e6503b71bd2f90b63fd498bd8ed7816 /include/config_cmd_all.h | |
parent | ab8243e43145598a55182c3f8ba0784f70526358 (diff) | |
download | u-boot-89cb2b5f8be4f6d04bd87220aa8f72eb0850edc4.tar.gz u-boot-89cb2b5f8be4f6d04bd87220aa8f72eb0850edc4.tar.bz2 u-boot-89cb2b5f8be4f6d04bd87220aa8f72eb0850edc4.zip |
configs: Re-sync with cmd/Kconfig
Update the config.h and defconfig files for the commands that 8e3c036
converted over to Kconfig
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r-- | include/config_cmd_all.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 4054900c3a..ed502a191f 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -13,12 +13,9 @@ * Alphabetical list of all possible commands. */ -#define CONFIG_CMD_ASKENV /* ask for env variable */ #define CONFIG_CMD_BEDBUG /* Include BedBug Debugger */ #define CONFIG_CMD_BMP /* BMP support */ -#define CONFIG_CMD_BOOTZ /* boot zImage */ #define CONFIG_CMD_BSP /* Board Specific functions */ -#define CONFIG_CMD_CACHE /* icache, dcache */ #define CONFIG_CMD_CLK /* Clock support */ #define CONFIG_CMD_DATE /* support for RTC, date/time...*/ #define CONFIG_CMD_DIAG /* Diagnostics */ @@ -26,8 +23,6 @@ #define CONFIG_CMD_DOC /* Disk-On-Chip Support */ #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */ #define CONFIG_CMD_EEPROM /* EEPROM read/write support */ -#define CONFIG_CMD_EXT2 /* EXT2 Support */ -#define CONFIG_CMD_FAT /* FAT support */ #define CONFIG_CMD_FDC /* Floppy Disk Support */ #define CONFIG_CMD_FUSE /* Device fuse support */ #define CONFIG_CMD_GETTIME /* Get time since boot */ @@ -39,8 +34,6 @@ #define CONFIG_CMD_JFFS2 /* JFFS2 Support */ #define CONFIG_CMD_KGDB /* kgdb */ #define CONFIG_CMD_MFSL /* FSL support for Microblaze */ -#define CONFIG_CMD_MII /* MII support */ -#define CONFIG_CMD_MMC /* MMC support */ #define CONFIG_CMD_MTDPARTS /* mtd parts support */ #define CONFIG_CMD_NAND /* NAND support */ #define CONFIG_CMD_ONENAND /* OneNAND support */ |