aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-11 09:12:05 -0500
committerTom Rini <trini@konsulko.com>2022-03-18 12:48:17 -0400
commiteeda762af3be40152cee763bd73658bf7f55270d (patch)
treecdb613a98f2bc2d4845e2951379c0e0ecd1566cd /cmd
parent69c8a817cf4342774bf1ed19838b9d49c933e969 (diff)
downloadu-boot-eeda762af3be40152cee763bd73658bf7f55270d.zip
u-boot-eeda762af3be40152cee763bd73658bf7f55270d.tar.gz
u-boot-eeda762af3be40152cee763bd73658bf7f55270d.tar.bz2
Convert CONFIG_NFS_TIMEOUT to Kconfig
This converts the following to Kconfig: CONFIG_NFS_TIMEOUT Cc: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 9d0e803..564daa7 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1638,6 +1638,15 @@ config CMD_NFS
help
Boot image via network using NFS protocol.
+config NFS_TIMEOUT
+ int "Timeout in milliseconds for NFS mounts"
+ depends on CMD_NFS
+ default 2000
+ help
+ Timeout in milliseconds used in NFS protocol. If you encounter
+ "ERROR: Cannot umount" in nfs command, try longer timeout such as
+ 10000.
+
config CMD_MII
bool "mii"
imply CMD_MDIO