mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Merge branch 'bugfix/esp32p4_linker_script_v5.4' into 'release/v5.4'
fix(esp_system): add missing `arrays` attribute in the ESP32-P4 linker script (backport v5.4) See merge request espressif/esp-idf!36094
This commit is contained in:
@@ -492,6 +492,7 @@ SECTIONS
|
|||||||
.ext_ram.bss (NOLOAD) :
|
.ext_ram.bss (NOLOAD) :
|
||||||
{
|
{
|
||||||
_ext_ram_bss_start = ABSOLUTE(.);
|
_ext_ram_bss_start = ABSOLUTE(.);
|
||||||
|
arrays[extern_ram]
|
||||||
mapping[extern_ram]
|
mapping[extern_ram]
|
||||||
ALIGNED_SYMBOL(4, _ext_ram_bss_end)
|
ALIGNED_SYMBOL(4, _ext_ram_bss_end)
|
||||||
} > ext_ram_seg
|
} > ext_ram_seg
|
||||||
|
Reference in New Issue
Block a user