]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ti_am335x_common.h
configs: Re-sync almost all of cmd/Kconfig
[people/ms/u-boot.git] / include / configs / ti_am335x_common.h
index 4535b8cbea5c2ff0fa52cbe125cb2413285f8d27..049b92a702c8c77862604ac3080bd66456efa1ca 100644 (file)
@@ -30,7 +30,6 @@
 
 #ifndef CONFIG_SPL_BUILD
 /* Network defines. */
-#define CONFIG_CMD_DHCP
 #define CONFIG_CMD_MII
 #define CONFIG_BOOTP_DNS               /* Configurable parts of CMD_DHCP */
 #define CONFIG_BOOTP_DNS2
@@ -38,7 +37,6 @@
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_SUBNETMASK
 #define CONFIG_NET_RETRY_COUNT         10
-#define CONFIG_CMD_PING
 #define CONFIG_MII                     /* Required in net/eth.c */
 #endif