]> git.baikalelectronics.ru Git - uboot.git/commit
configs: stm32f746-disco: Concatenate spl and u-boot binaries
authorPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 27 Apr 2022 11:53:50 +0000 (13:53 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 10 May 2022 11:56:11 +0000 (13:56 +0200)
commitaf2278744ccb34e223c0acd5414d0c98a7b096a3
tree8a3993ecdd5c420aff55b1d17f42fe8628f3b1e6
parent02f39816c16ad5dcf50f33011cd7dd000e6ee5ff
configs: stm32f746-disco: Concatenate spl and u-boot binaries

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@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
configs/stm32f746-disco_defconfig
include/configs/stm32f746-disco.h