Skip to content

Commit

Permalink
Fix u-boot-flash|erase-spi targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Feb 7, 2018
1 parent fb9ea49 commit 2b85d73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.uboot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ u-boot-%-$(BOARD_TARGET).img: out/u-boot/%/boot.img $(UBOOT_LOADER)
build/mk-image.sh -c $(BOARD_CHIP) -d out/u-boot-$(BOARD_TARGET) -t system -s 128 -b $< -o "$@.tmp"
mv "$@.tmp" $@

.PHONY: u-boot-flash-spi
u-boot-flash-spi: u-boot-flash-spi-$(BOARD_TARGET).img.xz
.PHONY: u-boot-flash-spi-$(BOARD_TARGET)
u-boot-flash-spi-$(BOARD_TARGET): u-boot-flash-spi-$(BOARD_TARGET).img.xz

.PHONY: u-boot-erase-spi
u-boot-erase-spi: u-boot-erase-spi-$(BOARD_TARGET).img.xz
.PHONY: u-boot-erase-spi-$(BOARD_TARGET)
u-boot-erase-spi-$(BOARD_TARGET): u-boot-erase-spi-$(BOARD_TARGET).img.xz

0 comments on commit 2b85d73

Please sign in to comment.