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

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

Reply via email to