summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--scripts/Makefile.xpl1
2 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b03f87a93fb..6ec2ce05928 100644
--- a/Makefile
+++ b/Makefile
@@ -1574,7 +1574,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 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)