From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Tue, 07 Oct 2003 10:54:54 +0200 Subject: [U-Boot-Users] Extending bootm command. In-Reply-To: <3F7808C9.2020708@imc-berlin.de> References: <3F7808C9.2020708@imc-berlin.de> Message-ID: <3F827F5E.6060609@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Steven Scholz wrote: > ... > from time to time it might be necessary to (decompress and) copy some > data from > flash to ram. > ... > > * Patch by Steven Scholz, 29 Sep 2003: > - A second parameter for bootm overwrites the load address for > "Standalone Application" images. > - bootm sets environment variable "filesize" to the resulting data > lenght > for "Standalone Application" images when autostart is set to "no". > > Then one could do something like > > if bootm $fpgadata $some_free_ram ; then > fpga load 0 $some_free_ram $filesize ; > fi Any comments on that? Thanks, Steven