Skip to content

Commit 3d0c8fc

Browse files
committed
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 <[email protected]> (cherry picked from commit 55014ce)
1 parent b53f0dd commit 3d0c8fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/mach-sc5xx/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ ifdef CONFIG_XPL_BUILD
1212
INPUTS-y += $(obj)/u-boot-spl.ldr
1313
endif
1414

15+
INPUTS-y += u-boot.ldr
16+
1517
LDR_FLAGS += --bcode=$(CONFIG_SC_BCODE)
1618
LDR_FLAGS += --use-vmas

0 commit comments

Comments
 (0)