mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-06 07:17:01 +02:00
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: ea3310e8aa
("Blackfin: Remove")
Signed-off-by: Philip Molloy <philip.molloy@analog.com>
Reviewed-by: Greg Malysa <malysagreg@gmail.com>
This commit is contained in:
parent
fcac9bfbbd
commit
007610da2c
1
Makefile
1
Makefile
@ -1574,7 +1574,6 @@ u-boot-nodtb.bin: u-boot FORCE
|
|||||||
$(BOARD_SIZE_CHECK)
|
$(BOARD_SIZE_CHECK)
|
||||||
|
|
||||||
u-boot.ldr: u-boot
|
u-boot.ldr: u-boot
|
||||||
$(CREATE_LDR_ENV)
|
|
||||||
$(LDR) -T $(CONFIG_LDR_CPU) -c $@ $< $(LDR_FLAGS)
|
$(LDR) -T $(CONFIG_LDR_CPU) -c $@ $< $(LDR_FLAGS)
|
||||||
$(BOARD_SIZE_CHECK)
|
$(BOARD_SIZE_CHECK)
|
||||||
|
|
||||||
|
@ -390,7 +390,6 @@ $(obj)/$(BOARD)-spl.bin: $(obj)/u-boot-spl.bin
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
$(obj)/u-boot-spl.ldr: $(obj)/u-boot-spl
|
$(obj)/u-boot-spl.ldr: $(obj)/u-boot-spl
|
||||||
$(CREATE_LDR_ENV)
|
|
||||||
$(LDR) -T $(CONFIG_LDR_CPU) -c $@ $< $(LDR_FLAGS)
|
$(LDR) -T $(CONFIG_LDR_CPU) -c $@ $< $(LDR_FLAGS)
|
||||||
$(BOARD_SIZE_CHECK)
|
$(BOARD_SIZE_CHECK)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user