aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorwdenk2003-04-12 18:38:12 -0500
committerwdenk2003-04-12 18:38:12 -0500
commit4a6fd34b267dbf4a72080ab9a085bb45c63660fb (patch)
tree4ec6a0f355924d61109921b2a1c75b91794f8ba6 /README
parent69f8f827d52491f6b89cb8d7cb33810bc7555079 (diff)
downloadu-boot-4a6fd34b267dbf4a72080ab9a085bb45c63660fb.tar.gz
u-boot-4a6fd34b267dbf4a72080ab9a085bb45c63660fb.tar.xz
u-boot-4a6fd34b267dbf4a72080ab9a085bb45c63660fb.zip
* Patch by Lutz Dennig, 10 Apr 2003:LABEL_2003_04_15_1900
Update for R360MPI board * Add new meaning to "autostart" environment variable: If set to "no", a standalone image passed to the "bootm" command will be copied to the load address (and eventually uncompressed), but NOT be started. This can be used to load and uncompress arbitrary data. * Set max brightness for MN11236 displays on TRAB board
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 45b1c57cf3..ca5c047e35 100644
--- a/README
+++ b/README
@@ -1918,6 +1918,12 @@ Some configuration options can be set using Environment Variables:
1918 be automatically started (by internally calling 1918 be automatically started (by internally calling
1919 "bootm") 1919 "bootm")
1920 1920
1921 If set to "no", a standalone image passed to the
1922 "bootm" command will be copied to the load address
1923 (and eventually uncompressed), but NOT be started.
1924 This can be used to load and uncompress arbitrary
1925 data.
1926
1921 initrd_high - restrict positioning of initrd images: 1927 initrd_high - restrict positioning of initrd images:
1922 If this variable is not set, initrd images will be 1928 If this variable is not set, initrd images will be
1923 copied to the highest possible address in RAM; this 1929 copied to the highest possible address in RAM; this