[PATCH v5 06/20] stm32mp15: Avoid writing symbols in SPL

Simon Glass sjg at chromium.org
Sun Jul 23 15:23:45 CEST 2023


These boards use SPL in a mkimage entry and apparently access the symbol
containing the image position of U-Boot, but put U-Boot in another
image. This means that binman is unable to fill in the symbol correctly
in the SPL binary.

This doesn't matter at present since mkimage doesn't support symbol
writing. But with the upcoming conversion to a section, it will. So add
a property to disable symbol writing.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

(no changes since v1)

 arch/arm/dts/stm32mp15-u-boot.dtsi | 1 +
 1 file changed, 1 insertion(+)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list