commit | 43e88a68b8da737740859ca6431686823a6b010d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 15 20:14:22 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 16:07:52 2023 -0500 |
tree | 70544abe6fda49d8d77a9775b45e210fb7e79460 | |
parent | bd73cac4fdc05de644d3db9b696f323262301b14 [diff] |
stm32: Use local vars in stm32prog for initrd and fdt Rather than assigning to the bootm_argv[] array multiple times, use local variables for the two things that can change and assign them at the end. This makes it easier to drop the array eventually. Tidu up an overly short line while we are here. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>