diff options
Diffstat (limited to 'include/configs/gplugd.h')
-rw-r--r-- | include/configs/gplugd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index 52c67d56014..638fad11d25 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 |