From 89cb2b5f8be4f6d04bd87220aa8f72eb0850edc4 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 24 Apr 2016 17:29:26 -0400 Subject: 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 --- include/configs/mx51evk.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/configs/mx51evk.h') diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 2f75f2b49d..23b8b46d8c 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -72,9 +72,7 @@ #define CONFIG_MMC -#define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC -#define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION /* @@ -86,10 +84,7 @@ #define IMX_FEC_BASE FEC_BASE_ADDR #define CONFIG_FEC_MXC_PHYADDR 0x1F -#define CONFIG_CMD_MII - /* USB Configs */ -#define CONFIG_CMD_FAT #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_MX5 #define CONFIG_USB_STORAGE @@ -122,7 +117,6 @@ /*********************************************************** * Command definition ***********************************************************/ -#define CONFIG_CMD_BOOTZ #define CONFIG_CMD_DATE -- cgit v1.2.1