Skip to content

Commit 007610d

Browse files
pamolloytrini
authored andcommitted
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: ea3310e ("Blackfin: Remove") Signed-off-by: Philip Molloy <philip.molloy@analog.com> Reviewed-by: Greg Malysa <malysagreg@gmail.com>
1 parent fcac9bf commit 007610d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,6 @@ u-boot-nodtb.bin: u-boot FORCE
15741574
$(BOARD_SIZE_CHECK)
15751575

15761576
u-boot.ldr: u-boot
1577-
$(CREATE_LDR_ENV)
15781577
$(LDR) -T $(CONFIG_LDR_CPU) -c $@ $< $(LDR_FLAGS)
15791578
$(BOARD_SIZE_CHECK)
15801579

scripts/Makefile.xpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ $(obj)/$(BOARD)-spl.bin: $(obj)/u-boot-spl.bin
390390
endif
391391

392392
$(obj)/u-boot-spl.ldr: $(obj)/u-boot-spl
393-
$(CREATE_LDR_ENV)
394393
$(LDR) -T $(CONFIG_LDR_CPU) -c $@ $< $(LDR_FLAGS)
395394
$(BOARD_SIZE_CHECK)
396395

0 commit comments

Comments
 (0)