From cf0c0d98eee2f8af0e9777262fed5c7295b250c6 Mon Sep 17 00:00:00 2001 From: wuzhenghui Date: Fri, 18 Nov 2022 19:51:23 +0800 Subject: [PATCH] bugfix: fix redefined _iram_end --- components/esp_system/ld/esp32s2/sections.ld.in | 1 - 1 file changed, 1 deletion(-) diff --git a/components/esp_system/ld/esp32s2/sections.ld.in b/components/esp_system/ld/esp32s2/sections.ld.in index d0766194aa..09974555d5 100644 --- a/components/esp_system/ld/esp32s2/sections.ld.in +++ b/components/esp_system/ld/esp32s2/sections.ld.in @@ -188,7 +188,6 @@ SECTIONS /* iram_end_test section exists for use by memprot unit tests only */ *(.iram_end_test) _iram_text_end = ABSOLUTE(.); - _iram_end = ABSOLUTE(.); } > iram0_0_seg .dram0_reserved_for_iram (NOLOAD):