We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b261d commit 03f097bCopy full SHA for 03f097b
soc/xtensa/intel_adsp/cavs_v20/linker.ld
@@ -440,6 +440,10 @@ SECTIONS
440
*(.gnu.linkonce.lit4.*)
441
_lit4_end = ABSOLUTE(.);
442
} >ram :ram_phdr
443
+ .cached :
444
+ {
445
+ *(.cached .cached.*)
446
+ } >ram :ram_phdr
447
#include <linker/common-ram.ld>
448
449
.bss (NOLOAD) : ALIGN(4096)
soc/xtensa/intel_adsp/cavs_v25/linker.ld
@@ -485,6 +485,10 @@ SECTIONS
485
486
487
488
489
490
491
492
493
494
.AltBootManifest : ALIGN(8)
0 commit comments