]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/rarp.c
Merge branch 'master' of git://git.denx.de/u-boot-net
[karo-tx-uboot.git] / net / rarp.c
index d37981bfc809dc01829379ee6e5bab10cd648aa5..9444c036453a946b7e232f4d3c89140f624f9b7b 100644 (file)
@@ -29,8 +29,6 @@
 #include "rarp.h"
 #include "tftp.h"
 
-#if defined(CONFIG_CMD_NET)
-
 #define TIMEOUT                5000UL  /* Milliseconds before trying BOOTP again */
 #ifndef        CONFIG_NET_RETRY_COUNT
 # define TIMEOUT_COUNT 5               /* # of timeouts before giving up  */
@@ -116,5 +114,3 @@ RarpRequest (void)
        NetSetTimeout(TIMEOUT, RarpTimeout);
        NetSetHandler(RarpHandler);
 }
-
-#endif