fix(esp_system): add missing aaray attribute in the ESP32-P4 linker script

This commit is contained in:
Omar Chebib
2024-12-30 16:51:04 +08:00
parent 30c34271bb
commit 414c7056a2

View File

@@ -488,6 +488,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