Re: [PATCH v2 1/7] configs: stm32f746-disco: Fix SPL boot

2022-09-26 Thread Patrice CHOTARD
On 9/26/22 14:50, Patrick DELAUNAY wrote: > Hi, > > On 9/20/22 18:04, Patrice Chotard wrote: >> Commit 'b4b9a00ed593 ("Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig")' >> replaces CONFIG_SYS_FDT_BASE by CONFIG_SYS_SPL_ARGS_ADDR. >> As CONFIG_SYS_SPL_ARGS_ADDR enables additional code when enable,

Re: [PATCH v2 1/7] configs: stm32f746-disco: Fix SPL boot

2022-09-26 Thread Patrick DELAUNAY
Hi, On 9/20/22 18:04, Patrice Chotard wrote: Commit 'b4b9a00ed593 ("Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig")' replaces CONFIG_SYS_FDT_BASE by CONFIG_SYS_SPL_ARGS_ADDR. As CONFIG_SYS_SPL_ARGS_ADDR enables additional code when enable, it increases SPL size over the initial 0x8000 limit. Incre

[PATCH v2 1/7] configs: stm32f746-disco: Fix SPL boot

2022-09-20 Thread Patrice Chotard
Commit 'b4b9a00ed593 ("Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig")' replaces CONFIG_SYS_FDT_BASE by CONFIG_SYS_SPL_ARGS_ADDR. As CONFIG_SYS_SPL_ARGS_ADDR enables additional code when enable, it increases SPL size over the initial 0x8000 limit. Increase the SPL size to 0x9000 to fix SPL boot. Set