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

Patrick DELAUNAY patrick.delaunay at foss.st.com
Tue Apr 26 13:29:19 CEST 2022


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)
> and has to be copied in flash at offset 0 using openocd for example
> or simply copied in exported mass storage.
>
> Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
> ---
>
>   configs/stm32f746-disco_defconfig | 1 +
>   include/configs/stm32f746-disco.h | 1 +
>   2 files changed, 2 insertions(+)
>

Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>

Thanks
Patrick



More information about the U-Boot mailing list