From 78fdc49b32021d8b5dd841a6e0dd41520cc8a101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Wed, 19 Dec 2018 19:42:32 +0100 Subject: [PATCH] boards/mips-malta: set FLASHFILE Set FLASHFILE to the file that was generated before. It still need to have HEXFILE=$(BINFILE) as it cannot generate a hex file. --- boards/mips-malta/Makefile.include | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/mips-malta/Makefile.include b/boards/mips-malta/Makefile.include index 943e5b9bd9..bae404daed 100644 --- a/boards/mips-malta/Makefile.include +++ b/boards/mips-malta/Makefile.include @@ -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)