]> git.sur5r.net Git - u-boot/blobdiff - net/nfs.c
* Fix "cls" command when used with splash screen
[u-boot] / net / nfs.c
index 300c08fa9678e7424ecce80054acc4cdb67059d9..281d0f5722c7dada621318076037c4d9da3c30c7 100644 (file)
--- a/net/nfs.c
+++ b/net/nfs.c
@@ -34,7 +34,7 @@
 #if ((CONFIG_COMMANDS & CFG_CMD_NET) && (CONFIG_COMMANDS & CFG_CMD_NFS))
 
 #define HASHES_PER_LINE 65     /* Number of "loading" hashes per line  */
-#define NFS_TIMEOUT 10
+#define NFS_TIMEOUT 60
 
 static int fs_mounted = 0;
 static unsigned long rpc_id = 0;