diff options
Diffstat (limited to 'include/configs/ethernut5.h')
-rw-r--r-- | include/configs/ethernut5.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index d88c14ac44..3231f3cc03 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -54,8 +54,6 @@ /* JFFS2 */ /* Ethernet */ -#define CONFIG_NET_RETRY_COUNT 20 -#define CONFIG_RMII #define CONFIG_PHY_ID 0 #define CONFIG_MACB_SEARCH_PHY @@ -105,7 +103,6 @@ /* DHCP/BOOTP options */ #ifdef CONFIG_CMD_DHCP -#define CONFIG_BOOTP_BOOTFILESIZE #define CONFIG_SYS_AUTOLOAD "n" #endif |