[U-Boot] [PATCH] net: Change the NFS_TIMEOUT to 20s for using nfs load image.
Li Yang
leoli at freescale.com
Mon Aug 16 10:34:13 CEST 2010
From: Jin Qing <b24347 at freescale.com>
The NFS_TIMEOUT is 2s before. It is too short for some nfs server to respond.
Signed-off-by: Jin Qing <b24347 at freescale.com>
---
We are not sure what is the expected timeout period. Using 20s to make sure
the mount works.
net/nfs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/nfs.c b/net/nfs.c
index 4017c3e..cabadfe 100644
--- a/net/nfs.c
+++ b/net/nfs.c
@@ -33,7 +33,7 @@
#define HASHES_PER_LINE 65 /* Number of "loading" hashes per line */
#define NFS_RETRY_COUNT 30
-#define NFS_TIMEOUT 2000UL
+#define NFS_TIMEOUT 20000UL
static int fs_mounted = 0;
static unsigned long rpc_id = 0;
--
1.6.6-rc1.GIT
More information about the U-Boot
mailing list