summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/dm320/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/dm320/src/Makefile')
-rw-r--r--nuttx/arch/dm320/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/dm320/src/Makefile b/nuttx/arch/dm320/src/Makefile
index 702d579516..80f73d15d9 100644
--- a/nuttx/arch/dm320/src/Makefile
+++ b/nuttx/arch/dm320/src/Makefile
@@ -96,7 +96,7 @@ nuttx: $(LINKOBJS) board/libboard$(LIBEXT)
mv $(TOPDIR)/$@.flashimage $(TOPDIR)/$@; \
fi
ifeq ($(CONFIG_RRLOAD_BINARY),y)
- @$(TOPDIR)/tools/mkimage.sh $(TOPDIR)/$@ $(TOPDIR)/$@.rr
+ @$(TOPDIR)/tools/mkimage.sh --Prefix $(CROSSDEV) $(TOPDIR)/$@ $(TOPDIR)/$@.rr
@if [ -w /tftpboot ] ; then \
cp -f $(TOPDIR)/$@.rr /tftpboot/$@.rr.${CONFIG_ARCH}; \
fi