]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/nfs.c
Fix warning differ in signedness in net/net.c and net/nfs.c
[karo-tx-uboot.git] / net / nfs.c
index 1b27c977c18df5dcf384c006e2e438919cfa0879..aa8d612e5847a8f204f6ab7ef04c6b423fdea4e0 100644 (file)
--- a/net/nfs.c
+++ b/net/nfs.c
@@ -34,7 +34,7 @@
 #if defined(CONFIG_CMD_NET) && defined(CONFIG_CMD_NFS)
 
 #define HASHES_PER_LINE 65     /* Number of "loading" hashes per line  */
-#define NFS_TIMEOUT 60
+#define NFS_TIMEOUT 60UL
 
 static int fs_mounted = 0;
 static unsigned long rpc_id = 0;