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/sama5d3_xplained.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/sama5d3_xplained.h') diff --git a/include/configs/sama5d3_xplained.h b/include/configs/sama5d3_xplained.h index ee3e34d..55615ea 100644 --- a/include/configs/sama5d3_xplained.h +++ b/include/configs/sama5d3_xplained.h @@ -77,11 +77,9 @@ #define CONFIG_NET_RETRY_COUNT 20 #define CONFIG_MACB_SEARCH_PHY #define CONFIG_RGMII -#define CONFIG_CMD_MII #define CONFIG_PHYLIB /* MMC */ -#define CONFIG_CMD_MMC #ifdef CONFIG_CMD_MMC #define CONFIG_MMC @@ -105,10 +103,7 @@ #endif #if defined(CONFIG_CMD_USB) || defined(CONFIG_CMD_MMC) -#define CONFIG_CMD_FAT #define CONFIG_FAT_WRITE -#define CONFIG_CMD_EXT4 -#define CONFIG_CMD_EXT4_WRITE #endif #define CONFIG_SYS_LOAD_ADDR 0x22000000 /* load address */ -- cgit v1.1