From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Fri, 16 Mar 2012 13:20:00 -0500 Subject: [U-Boot] [PATCH V6] BOOT: Add "bootz" command to boot Linux zImage on ARM In-Reply-To: <20120316071617.4F8F0202BBA@gemini.denx.de> References: <201203152005.03198.marex@denx.de> <4F62479F.8070509@gmail.com> <201203152129.33296.marex@denx.de> <4F625AD3.6050107@gmail.com> <4F626711.8030808@gmail.com> <20120316071617.4F8F0202BBA@gemini.denx.de> Message-ID: <4F638450.6010308@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/16/2012 02:16 AM, Wolfgang Denk wrote: > Dear Rob Herring, > > In message <4F626711.8030808@gmail.com> you wrote: >> >> Turns out there is already a filesize variable that gets set on file >> load commands. >> >> And RTFM didn't help as that one is not documented... ;) > > Are you sure? I'm pretty sure I can see it in the section of the > manual that deals with environment variables. See > http://www.denx.de/wiki/view/DULG/UBootEnvVariables > > You may have to scroll down to the end of the file. Okay. I was referring to the README and any other docs in the source tree. Regards, Rob