Re: [PATCH v2 08/12] board: stm32f746-disco: Fix dram_init() in none SPL config

2022-05-10 Thread Patrice CHOTARD
On 4/27/22 13:53, Patrice Chotard wrote: > Replace CONFIG_SUPPORT_SPL by CONFIG_SPL_BUILD to allow > dram_init() execution when using none SPL defconfig > (stm32f746-disco_defconfig). > > Signed-off-by: Patrice Chotard > Reviewed-by: Patrick Delaunay > --- > > (no changes since v1) > > boa

[PATCH v2 08/12] board: stm32f746-disco: Fix dram_init() in none SPL config

2022-04-27 Thread Patrice Chotard
Replace CONFIG_SUPPORT_SPL by CONFIG_SPL_BUILD to allow dram_init() execution when using none SPL defconfig (stm32f746-disco_defconfig). Signed-off-by: Patrice Chotard Reviewed-by: Patrick Delaunay --- (no changes since v1) board/st/stm32f746-disco/stm32f746-disco.c | 2 +- 1 file changed, 1