u-boot/boot
Simon Glass 4d79e884ad pxe: Return the file size from the getfile() function
It is pretty strange that the pxe code uses the 'filesize' environment
variable find the size of a file it has just read.

Partly this is because it uses the command-line interpreter to parse its
request to load the file.

As a first step towards unwinding this, return it directly from the
getfile() function. This makes the code a bit longer, for now, but will be
cleaned up in future patches.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Artem Lapkin <email2tema@gmail.com>
Tested-by: Artem Lapkin <email2tema@gmail.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
2021-11-11 19:02:36 -05:00
..
Kconfig
Makefile
android_ab.c
boot_fit.c
bootm.c
bootm_os.c
bootretry.c
common_fit.c
fdt_region.c
image-android-dt.c
image-android.c
image-board.c
image-cipher.c
image-fdt.c
image-fit-sig.c
image-fit.c
image-host.c
image-sig.c
image.c
pxe_utils.c pxe: Return the file size from the getfile() function 2021-11-11 19:02:36 -05:00