mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-16 07:27:09 -04:00
Makefile: fix out-of-tree building of "u-boot.img" target
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
2e4f35dbd8
commit
a2a0a71713
2
Makefile
2
Makefile
@ -313,7 +313,7 @@ $(obj)u-boot.ldr.srec: $(obj)u-boot.ldr
|
|||||||
$(OBJCOPY) ${OBJCFLAGS} -O srec $< $@ -I binary
|
$(OBJCOPY) ${OBJCFLAGS} -O srec $< $@ -I binary
|
||||||
|
|
||||||
$(obj)u-boot.img: $(obj)u-boot.bin
|
$(obj)u-boot.img: $(obj)u-boot.bin
|
||||||
./tools/mkimage -A $(ARCH) -T firmware -C none \
|
$(obj)tools/mkimage -A $(ARCH) -T firmware -C none \
|
||||||
-a $(TEXT_BASE) -e 0 \
|
-a $(TEXT_BASE) -e 0 \
|
||||||
-n $(shell sed -n -e 's/.*U_BOOT_VERSION//p' $(VERSION_FILE) | \
|
-n $(shell sed -n -e 's/.*U_BOOT_VERSION//p' $(VERSION_FILE) | \
|
||||||
sed -e 's/"[ ]*$$/ for $(BOARD) board"/') \
|
sed -e 's/"[ ]*$$/ for $(BOARD) board"/') \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user