]> git.sur5r.net Git - u-boot/blobdiff - net/nfs.c
fsl_esdhc: Fix max clock frequency
[u-boot] / net / nfs.c
index 4017c3e3539bc277d2fc95eb0770c649efd8e0f6..d11bb4c15fb87803eb252c764616ed814571262a 100644 (file)
--- a/net/nfs.c
+++ b/net/nfs.c
@@ -29,8 +29,6 @@
 #include "nfs.h"
 #include "bootp.h"
 
-#if defined(CONFIG_CMD_NET) && defined(CONFIG_CMD_NFS)
-
 #define HASHES_PER_LINE 65     /* Number of "loading" hashes per line  */
 #define NFS_RETRY_COUNT 30
 #define NFS_TIMEOUT 2000UL
@@ -755,5 +753,3 @@ NfsStart (void)
 
        NfsSend ();
 }
-
-#endif