diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-11 09:12:05 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-18 12:48:17 -0400 |
commit | eeda762af3be40152cee763bd73658bf7f55270d (patch) | |
tree | cdb613a98f2bc2d4845e2951379c0e0ecd1566cd /README | |
parent | 69c8a817cf4342774bf1ed19838b9d49c933e969 (diff) | |
download | u-boot-eeda762af3be40152cee763bd73658bf7f55270d.tar.gz |
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 'README')
-rw-r--r-- | README | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1548,13 +1548,6 @@ The following options need to be configured: FLAGADM - Error Recovery: - 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 - Note: In the current implementation, the local variables |