Re: [PATCH v1 01/12] configs: stm32f746-disco: Concatenate spl and u-boot binaries

2022-04-26 Thread Patrick DELAUNAY
Hi, On 4/13/22 17:04, Patrice Chotard wrote: This allows to concatenate spl and u-boot binaries together. Previously, both binaries has to be flashed separately at the correct offset (spl at offset 0 and u-boot at offset 0x8000). With this patch, only one binary is generated (u-boot-with-spl.bin

[PATCH v1 01/12] configs: stm32f746-disco: Concatenate spl and u-boot binaries

2022-04-13 Thread Patrice Chotard
This allows to concatenate spl and u-boot binaries together. Previously, both binaries has to be flashed separately at the correct offset (spl at offset 0 and u-boot at offset 0x8000). With this patch, only one binary is generated (u-boot-with-spl.bin) and has to be copied in flash at offset 0 usin