Merge pull request #11711 from cladmi/pr/board/mips-malta/flashfile

boards/mips-malta: set FLASHFILE
This commit is contained in:
Kevin "Bear Puncher" Weiss 2019-06-24 10:35:27 +02:00 committed by GitHub
commit dec51aac20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,3 +4,7 @@ export USE_DSP = 1
export USE_UHI_SYSCALLS = 1
HEXFILE = $(BINFILE)
# Not sure if the file used for flashing is BINFILE (there is no flasher).
# I chose this one as HEXFILE was overwritten to BINFILE so it keeps the
# same behavior of generating the '.bin'.
FLASHFILE ?= $(BINFILE)