u-boot/arch/arm/mach-stm32mp/cmd_stm32prog
Patrick Delaunay ada8fe0c42 stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR
Change the defaut flashlayout location, hardcoded at STM32_DDR_BASE,
to CONFIG_SYS_LOAD_ADDR to avoid issue on board with reserved memory
at STM32_DDR_BASE.

This patch changes the command behavior for STM32MP13 and STM32MP15
platform, as CONFIG_SYS_LOAD_ADDR(0xc2000000) != STM32_DDR_BASE
but without impact for serial boot with STM32CubeProgrammer.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2022-09-23 13:58:20 +02:00
..
cmd_stm32prog.c stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR 2022-09-23 13:58:20 +02: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 stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR 2022-09-23 13:58:20 +02:00
stm32prog.h stm32mp: stm32prog: handle U-Boot script in flashlayout alternate 2022-05-10 10:56:39 +02:00
stm32prog_serial.c stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR 2022-09-23 13:58:20 +02:00
stm32prog_usb.c stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR 2022-09-23 13:58:20 +02:00