fdcavalcanti commented on code in PR #17227:
URL: https://github.com/apache/nuttx/pull/17227#discussion_r2454819983


##########
boards/xtensa/esp32s3/common/scripts/esp32s3_sections.ld:
##########
@@ -275,10 +281,6 @@ SECTIONS
     *libarch.a:*esp_rom_spiflash.*(.text .text.* .literal .literal.*)
     *libarch.a:*esp_rom_cache_esp32s2_esp32s3.*(.text .text.* .literal 
.literal.*)
     *libarch.a:*esp_rom_wdt.*(.text .text.* .literal .literal.*)
-    *libarch.a:*esp_efuse_fields.*(.text .text.* .literal .literal.*)

Review Comment:
   I did not, but I removed those because they were recently added but totally 
unnecessary.
   This:
   - Keeps the file with less stuff
   - Removes a headache of debugging E-Fuse if a bug appears in the future and 
we suspect its IRAM related



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to