Skip to content

Commit

Permalink
Makefile: copy last built image to bin/u-boot.bin
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Dusser <julien.dusser@free.fr>
  • Loading branch information
j-d-r committed Jun 28, 2020
1 parent b9b0b61 commit 70bf1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ define final_img
$(call echo_green,Preparing final image...)
dd if=$(BIN_DIR)/temp.bin of=$(BIN_DIR)/$(call img_name,bin) \
conv=notrunc 2> /dev/null

cp -a $(BIN_DIR)/$(call img_name,bin) $(BIN_DIR)/u-boot.bin
rm -f $(BIN_DIR)/temp.bin
endef

Expand Down

0 comments on commit 70bf1f9

Please sign in to comment.