On 9/26/22 14:58, Patrick DELAUNAY wrote: > Hi, > > On 9/20/22 18:04, Patrice Chotard wrote: >> STM32F746 embeds 1 MB of internal flash [0x08000000-0x080fffff], >> fix CONFIG_SYS_SPL_ARGS_ADDR accordingly >> It solves hard fault when jumping from SPL to U-Boot. >> >> Signed-off-by: Patrice Chotard <patrice.chot...@foss.st.com> >> --- >> >> (no changes since v1) >> >> configs/stm32f746-disco_spl_defconfig | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/configs/stm32f746-disco_spl_defconfig >> b/configs/stm32f746-disco_spl_defconfig >> index 5e8a8aaf3c..d4a65bde24 100644 >> --- a/configs/stm32f746-disco_spl_defconfig >> +++ b/configs/stm32f746-disco_spl_defconfig >> @@ -36,7 +36,7 @@ CONFIG_SPL_BOARD_INIT=y >> CONFIG_SPL_SYS_MALLOC_SIMPLE=y >> CONFIG_SPL_MTD_SUPPORT=y >> CONFIG_SPL_XIP_SUPPORT=y >> -CONFIG_SYS_SPL_ARGS_ADDR=0x81c0000 >> +CONFIG_SYS_SPL_ARGS_ADDR=0x80c0000 >> CONFIG_SPL_DM_RESET=y >> CONFIG_SYS_PBSIZE=1050 >> CONFIG_CMD_GPT=y > > > Reviewed-by: Patrick Delaunay <patrick.delau...@foss.st.com> > > Thanks > Patrick > Applied to u-boot-stm32/next Thanks
- Re: [PATCH v2 1/7] configs: stm32f746-disco: Fix SP... Patrick DELAUNAY
- Re: [PATCH v2 1/7] configs: stm32f746-disco: Fi... Patrice CHOTARD
- [PATCH v2 2/7] configs: stm32f769-disco: Fix SPL boot Patrice Chotard
- Re: [PATCH v2 2/7] configs: stm32f769-disco: Fix SP... Patrick DELAUNAY
- Re: [PATCH v2 2/7] configs: stm32f769-disco: Fi... Patrice CHOTARD
- [PATCH v2 3/7] configs: stm32746g-eval: Fix SPL boot Patrice Chotard
- Re: [PATCH v2 3/7] configs: stm32746g-eval: Fix SPL... Patrick DELAUNAY
- Re: [PATCH v2 3/7] configs: stm32746g-eval: Fix... Patrice CHOTARD
- [PATCH v2 4/7] configs: stm32f746-disco: Fix CONFIG_SYS_... Patrice Chotard
- Re: [PATCH v2 4/7] configs: stm32f746-disco: Fix CO... Patrick DELAUNAY
- Re: [PATCH v2 4/7] configs: stm32f746-disco: Fi... Patrice CHOTARD
- [PATCH v2 5/7] configs: stm32746g-eval: Fix CONFIG_SYS_S... Patrice Chotard
- Re: [PATCH v2 5/7] configs: stm32746g-eval: Fix CON... Patrick DELAUNAY
- Re: [PATCH v2 5/7] configs: stm32746g-eval: Fix... Patrice CHOTARD
- [PATCH v2 7/7] configs: stm32f746-disco: Remove CONFIG_S... Patrice Chotard
- Re: [PATCH v2 7/7] configs: stm32f746-disco: Remove... Patrick DELAUNAY
- Re: [PATCH v2 7/7] configs: stm32f746-disco: Re... Patrice CHOTARD
- [PATCH v2 6/7] config: stm32f769-disco: Fix internal fla... Patrice Chotard
- Re: [PATCH v2 6/7] config: stm32f769-disco: Fix int... Patrick DELAUNAY
- Re: [PATCH v2 6/7] config: stm32f769-disco: Fix... Patrice CHOTARD
- Re: [PATCH v2 0/7] SPL fixes for STM32F7 MCUs Waldemar Brodkorb