summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/c5471/src/Makefile')
-rw-r--r--nuttx/arch/c5471/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/c5471/src/Makefile b/nuttx/arch/c5471/src/Makefile
index d1d2ea0cf..c91a1820e 100644
--- a/nuttx/arch/c5471/src/Makefile
+++ b/nuttx/arch/c5471/src/Makefile
@@ -98,7 +98,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