gustavonihei commented on a change in pull request #5827: URL: https://github.com/apache/incubator-nuttx/pull/5827#discussion_r832746615
########## File path: boards/xtensa/esp32s2/esp32s2-saola-1/scripts/Make.defs ########## @@ -55,7 +55,7 @@ ARCHPICFLAGS = -fpic # if SPIRAM/PSRAM is used then we need to include a workaround ifeq ($(CONFIG_ESP32S2_SPIRAM),y) - ARCHCFLAGS += -mfix-esp32s2-psram-cache-issue + ARCHCFLAGS += -mfix-esp32-psram-cache-issue Review comment: This flag is only applicable for ESP32 and should be removed here. -- 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