]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: Simplify arguments for bootm_pre_load()
authorSimon Glass <sjg@chromium.org>
Sat, 18 Nov 2023 21:04:55 +0000 (14:04 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 16:51:24 +0000 (11:51 -0500)
commit921070bcdc7e21c14d3924c6042048b6beadcba9
tree479a1314b085ec1cd3085f983fd07df1a24dc82e
parenta50e886a7f3e42d712fb86423d0ad52546224f44
bootm: Simplify arguments for bootm_pre_load()

Move the argument decoding to the caller, to avoid needing to pass the
command-line arguments.

Add a function comment while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
boot/bootm.c