diff options
| author | Philip Molloy <[email protected]> | 2025-08-14 13:28:13 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-21 13:27:46 -0600 |
| commit | 55014ce40e29fc4a8d5ec146b02ea0c660b03087 (patch) | |
| tree | 120b1709f862c45957da28cb23ae23997b03cdde | |
| parent | 15642829127cd503838f28254a1f3e080103ca4b (diff) | |
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]>
| -rw-r--r-- | arch/arm/mach-sc5xx/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-sc5xx/config.mk b/arch/arm/mach-sc5xx/config.mk index e7e4c9a1181..266d2e3a777 100644 --- a/arch/arm/mach-sc5xx/config.mk +++ b/arch/arm/mach-sc5xx/config.mk @@ -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 |
