]> Git Repo - J-u-boot.git/commit
stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR
authorPatrick Delaunay <[email protected]>
Tue, 6 Sep 2022 16:53:18 +0000 (18:53 +0200)
committerPatrice Chotard <[email protected]>
Fri, 23 Sep 2022 11:58:20 +0000 (13:58 +0200)
commitada8fe0c42da5341989bdf1c11d4adb23f7aae37
treed49da2c572a633849fbd168ed6f47150c6a2ccd3
parent4d7df7f7666a2bc6b0b8980969b69c8008b90af6
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 <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c
arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c
arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog_serial.c
arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog_usb.c
This page took 0.03419 seconds and 4 git commands to generate.