mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
fix(esp_system): add missing arrays
attribute in the ESP32-P4 linker script
This commit is contained in:
parent
462ed8353d
commit
d3a9545e95
@ -492,6 +492,7 @@ SECTIONS
|
||||
.ext_ram.bss (NOLOAD) :
|
||||
{
|
||||
_ext_ram_bss_start = ABSOLUTE(.);
|
||||
arrays[extern_ram]
|
||||
mapping[extern_ram]
|
||||
ALIGNED_SYMBOL(4, _ext_ram_bss_end)
|
||||
} > ext_ram_seg
|
||||
|
Loading…
x
Reference in New Issue
Block a user