mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-24 10:52:13 +01:00
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:
parent
1564282912
commit
55014ce40e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user