commit | e4cee649b9628ee17c40d12097e2c122e8a5a803 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 15 20:14:24 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 16:07:52 2023 -0500 |
tree | 1da6d19d0af4290374ba91b05579e6fdf591d277 | |
parent | 3405c9b6a592585db80405d960ec219590689159 [diff] |
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>