u-boot/arch/arm/mach-stm32mp/cmd_stm32prog
Simon Glass 6b50aff13f 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>
2023-12-21 16:07:52 -05:00
..
cmd_stm32prog.c stm32: Use local vars in stm32prog for initrd and fdt 2023-12-21 16:07:52 -05:00
Kconfig stm32mp: stm32prog: add TEE support in stm32prog command 2022-05-10 10:56:39 +02:00
Makefile stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB 2021-03-11 17:41:17 +01:00
stm32prog.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
stm32prog.h common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
stm32prog_serial.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
stm32prog_usb.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00