tim-sony commented on code in PR #15855:
URL: https://github.com/apache/nuttx/pull/15855#discussion_r1959306469


##########
arch/xtensa/src/esp32s2/esp32s2_start.c:
##########
@@ -404,7 +404,13 @@ static void noreturn_function IRAM_ATTR 
__esp32s2_start(void)
   else
     {
       esp_spiram_init_cache();
-      esp_spiram_test();
+#  if defined(CONFIG_ESP32S2_SPIRAM_BOOT_INIT)
+      if (esp_spiram_test() != OK)

Review Comment:
   Thanks @sdc-g review! Yes, a wrong CONFIG name was used here. I've corrected 
it.  Please take another look!



-- 
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