From 78d1e1d0a157c8b48ea19be6170b992745d30f38 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 22 Apr 2016 16:41:25 -0400 Subject: configs: Re-sync almost all of cmd/Kconfig This syncs up the current cmd/Kconfig and include/configs/ files with the only exception being CMD_NAND. Due to how we have used this historically we need to take further care here when converting. Signed-off-by: Tom Rini --- include/configs/gplugd.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/configs/gplugd.h') diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index 52c67d5..638fad1 100644 --- a/include/configs/gplugd.h +++ b/include/configs/gplugd.h @@ -52,8 +52,6 @@ * Commands configuration */ #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ -#define CONFIG_CMD_I2C -#define CONFIG_CMD_USB #define CONFIG_CMD_EXT2 #define CONFIG_CMD_FAT @@ -62,11 +60,9 @@ /* Network configuration */ #ifdef CONFIG_CMD_NET -#define CONFIG_CMD_PING #define CONFIG_ARMADA100_FEC /* DHCP Support */ -#define CONFIG_CMD_DHCP #define CONFIG_BOOTP_DHCP_REQUEST_DELAY 50000 #endif /* CONFIG_CMD_NET */ @@ -90,7 +86,6 @@ #define CONFIG_SYS_SSP_PORT 2 /* Flash Support */ -#define CONFIG_CMD_SF /* * mv-common.h should be defined after CMD configs since it used them -- cgit v1.1