1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-21 10:01:20 +02:00

* Fix "cls" command when used with splash screen

* Increase NFS download timeout (now 1 min - 10 sec is to short for a
  slow download of a big image)
This commit is contained in:
wdenk
2004-06-30 22:59:18 +00:00
parent c3f4d17e05
commit e94d2cd9d1
4 changed files with 10 additions and 3 deletions

View File

@@ -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;