mach-sc5xx: generate U-Boot proper in ADI ldr format

Generating an ldr boot stream containing U-Boot Proper was never added
to U-Boot because it is done by the ADI Yocto layer. Add it to U-Boot to
support projects that do not use that layer.

Signed-off-by: Philip Molloy <philip.molloy@analog.com>
This commit is contained in:
Philip Molloy 2025-08-14 13:28:13 +00:00 committed by Tom Rini
parent 1564282912
commit 55014ce40e

View File

@ -12,5 +12,7 @@ ifdef CONFIG_XPL_BUILD
INPUTS-y += $(obj)/u-boot-spl.ldr
endif
INPUTS-y += u-boot.ldr
LDR_FLAGS += --bcode=$(CONFIG_SC_BOOT_MODE)
LDR_FLAGS += --use-vmas