diff options
author | wdenk <wdenk> | 2004-06-30 22:59:18 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-30 22:59:18 +0000 |
commit | e94d2cd9d1dc0f58b18e7c31fc9345129b1a44fb (patch) | |
tree | 6d4eb219964b3c24ade460fb736122aef421c0f1 /README | |
parent | c3f4d17e05de2a448320e622e72153706aa0b59e (diff) | |
download | u-boot-imx-e94d2cd9d1dc0f58b18e7c31fc9345129b1a44fb.zip u-boot-imx-e94d2cd9d1dc0f58b18e7c31fc9345129b1a44fb.tar.gz u-boot-imx-e94d2cd9d1dc0f58b18e7c31fc9345129b1a44fb.tar.bz2 |
* 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)
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -895,7 +895,7 @@ The following options need to be configured: If this option is set, the environment is checked for a variable "splashimage". If found, the usual display of logo, copyright and system information on the LCD - is supressed and the BMP image at the address + is suppressed and the BMP image at the address specified in "splashimage" is loaded instead. The console is redirected to the "nulldev", too. This allows for a "silent" boot where a splash screen is |