From 007610da2cca405ea7739fc120d90085be4b6ac2 Mon Sep 17 00:00:00 2001 From: Philip Molloy Date: Mon, 28 Jul 2025 13:04:03 +0000 Subject: Makefile: Remove expansion of undefined variable 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 Reviewed-by: Greg Malysa --- scripts/Makefile.xpl | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/Makefile.xpl b/scripts/Makefile.xpl index 03a2f151d91..3e940bf562d 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) -- cgit v1.2.3