]> git.dujemihanovic.xyz Git - u-boot.git/commit
stm32: Use bootm_run() and bootz_run()
authorSimon Glass <sjg@chromium.org>
Sat, 16 Dec 2023 03:14:24 +0000 (20:14 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 21 Dec 2023 21:07:52 +0000 (16:07 -0500)
commite4cee649b9628ee17c40d12097e2c122e8a5a803
tree1da6d19d0af4290374ba91b05579e6fdf591d277
parent3405c9b6a592585db80405d960ec219590689159
stm32: Use bootm_run() and bootz_run()

Use the new bootm/z_run() functions to avoid having to create an
argument list for the stm32prog code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c