You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/06/11 00:18:59 UTC

[GitHub] [incubator-nuttx] normanr commented on a diff in pull request #2836: arch:risc-v:bl602:add support for elf file apps.

normanr commented on code in PR #2836:
URL: https://github.com/apache/incubator-nuttx/pull/2836#discussion_r894950662


##########
boards/risc-v/bl602/bl602evb/src/bl602_bringup.c:
##########
@@ -45,6 +45,17 @@
 #include <bl602_spiflash.h>
 #endif
 
+#ifdef CONFIG_FS_ROMFS
+#include <nuttx/drivers/ramdisk.h>
+
+#define BL602_XIP_START_ADDR    (0x23000000)
+#define BL602_XIP_OFFSET        (*(volatile uint32_t *)0x4000B434)

Review Comment:
   `BL602_SF_ID0_OFFSET`



-- 
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-unsubscribe@nuttx.apache.org

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