diff options
author | wdenk <wdenk> | 2003-04-12 23:38:12 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-04-12 23:38:12 +0000 |
commit | 4a6fd34b267dbf4a72080ab9a085bb45c63660fb (patch) | |
tree | 4ec6a0f355924d61109921b2a1c75b91794f8ba6 /README | |
parent | 69f8f827d52491f6b89cb8d7cb33810bc7555079 (diff) |
* 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-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1918,6 +1918,12 @@ Some configuration options can be set using Environment Variables: be automatically started (by internally calling "bootm") + 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. + initrd_high - restrict positioning of initrd images: If this variable is not set, initrd images will be copied to the highest possible address in RAM; this |