commit | 260b965ccb484a42c1791e46875c5cab5f3e13a0 | [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 | e176bb1d8ae6b85206b038685cab0a66a5ff585d [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>