diff options
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | 2012-07-03 22:25:21 (GMT) |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2012-07-12 19:13:24 (GMT) |
commit | 48a3e999c86e7e6033133152b07a308def559d46 (patch) | |
tree | a6da0711345b1c0b0ad232c57ac8a9b378a990ee /README | |
parent | 0878222fed3fafbfd0b1f2e5a6b2da90a81e910d (diff) | |
download | u-boot-48a3e999c86e7e6033133152b07a308def559d46.tar.xz |
net: nfs: make NFS_TIMEOUT configurable
NFS_TIMEOUT is constant value defined in net/nfs.c. But sometimes it needs to adjust.
This patch enables to override NFS_TIMEOUT by defining CONFIG_NFS_TIMEOUT in a board specific config file.
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2149,6 +2149,13 @@ The following options need to be configured: Timeout waiting for an ARP reply in milliseconds. + CONFIG_NFS_TIMEOUT + + Timeout in milliseconds used in NFS protocol. + If you encounter "ERROR: Cannot umount" in nfs command, + try longer timeout such as + #define CONFIG_NFS_TIMEOUT 10000UL + - Command Interpreter: CONFIG_AUTO_COMPLETE |