forked from espressif/esp-idf
Merge branch 'bugfix/esp32p4_linker_script' into 'master'
fix(esp_system): add missing `array` attribute in the ESP32-P4 linker script Closes IDF-11936 See merge request espressif/esp-idf!36067
This commit is contained in:
@@ -488,6 +488,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