Re: [PATCH 1/3] qfw: store loaded file size in environment variable

2022-10-24 Thread Tom Rini
On Mon, Oct 10, 2022 at 06:01:20PM +0100, Andre Przywara wrote: > At the moment the QEMU firmware command just prints the size of the > loaded binaries on the console. > To go with all the other load methods, and many boot scripts' > expectations, also store the size of the file loaded last in

[PATCH 1/3] qfw: store loaded file size in environment variable

2022-10-10 Thread Andre Przywara
At the moment the QEMU firmware command just prints the size of the loaded binaries on the console. To go with all the other load methods, and many boot scripts' expectations, also store the size of the file loaded last in the environment variable "filesize". We first put the kernel size in there,