btashton commented on a change in pull request #5153:
URL: https://github.com/apache/incubator-nuttx/pull/5153#discussion_r777861527



##########
File path: tools/Makefile.unix
##########
@@ -522,6 +522,11 @@ ifeq ($(CONFIG_RAW_BINARY),y)
        $(Q) $(OBJCOPY) $(OBJCOPYARGS) -O binary $(BIN) nuttx.bin
        $(Q) echo nuttx.bin >> nuttx.manifest
 endif
+ifeq ($(CONFIG_MPFS_OPENSBI),y)
+       @echo "CP: nuttx.sbi"
+       $(Q) $(OBJCOPY) -O binary -j .text.sbi -j .ddrstorage $(BIN) nuttx.sbi

Review comment:
       Also this change may also be needed in the win top level makefile. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to