Skip to content

Commit

Permalink
timvideos#191 Add prog-port to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
whatnick committed Aug 6, 2019
1 parent fc388ff commit 4385477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/tinyfpga_bx/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BAUD ?= 115200

# Image
image-flash-$(PLATFORM):
tinyprog --program-image $(IMAGE_FILE)
tinyprog --program-image $(IMAGE_FILE) -c $(PROG_PORT)

# Gateware
gateware-load-$(PLATFORM):
Expand All @@ -24,7 +24,7 @@ gateware-load-$(PLATFORM):
GATEWARE_BIOS_FILE = $(TARGET_BUILD_DIR)/image-gateware+bios+none.bin

gateware-flash-$(PLATFORM): $(GATEWARE_BIOS_FILE)
tinyprog --program-image $(GATEWARE_BIOS_FILE)
tinyprog --program-image $(GATEWARE_BIOS_FILE) -c $(PROG_PORT)

# To avoid duplicating the mkimage.py call here, if the user has not
# already built a image-gateware+bios+none.bin, we call make recursively
Expand Down

0 comments on commit 4385477

Please sign in to comment.