[PATCH 1/1] Makefile: Remove expansion of undefined variable
Greg Malysa
malysagreg at gmail.com
Tue Jul 29 06:25:27 CEST 2025
On Mon, Jul 28, 2025 at 9:04 AM Philip Molloy <philip at philipmolloy.com> wrote:
>
> From: Philip Molloy <philip.molloy at analog.com>
>
> The U-Boot environment was previously stored in the boot loader stream
> using ldr, but it has been replaced by the default environment built
> into the U-Boot executable or an environment on external storage
>
> Fixes: ea3310e8aafa ("Blackfin: Remove")
>
> Signed-off-by: Philip Molloy <philip.molloy at analog.com>
> ---
> Makefile | 1 -
> scripts/Makefile.xpl | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 1a5c77d7caf..e57594aa755 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1370,7 +1370,6 @@ u-boot-nodtb.bin: u-boot FORCE
> $(BOARD_SIZE_CHECK)
>
> u-boot.ldr: u-boot
> - $(CREATE_LDR_ENV)
> $(LDR) -T $(CONFIG_LDR_CPU) -c $@ $< $(LDR_FLAGS)
> $(BOARD_SIZE_CHECK)
>
> diff --git a/scripts/Makefile.xpl b/scripts/Makefile.xpl
> index 43f27874f9f..408d5cde7a6 100644
> --- a/scripts/Makefile.xpl
> +++ b/scripts/Makefile.xpl
> @@ -390,7 +390,6 @@ $(obj)/$(BOARD)-spl.bin: $(obj)/u-boot-spl.bin
> endif
>
> $(obj)/u-boot-spl.ldr: $(obj)/u-boot-spl
> - $(CREATE_LDR_ENV)
> $(LDR) -T $(CONFIG_LDR_CPU) -c $@ $< $(LDR_FLAGS)
> $(BOARD_SIZE_CHECK)
>
> --
> 2.50.1
>
>
Reviewed-by: Greg Malysa <malysagreg at gmail.com>
More information about the U-Boot
mailing list