diff --git a/soc/xtensa/intel_adsp/cavs_v15/linker.ld b/soc/xtensa/intel_adsp/cavs_v15/linker.ld index 9feb781db31..08c9d08b7f9 100644 --- a/soc/xtensa/intel_adsp/cavs_v15/linker.ld +++ b/soc/xtensa/intel_adsp/cavs_v15/linker.ld @@ -465,9 +465,10 @@ SECTIONS *(.cached .cached.*) } >ram :ram_phdr - .bss SEGSTART_UNCACHED (NOLOAD) : ALIGN(4096) + . = ALIGN(4096); + + .bss SEGSTART_UNCACHED (NOLOAD) : { - . = ALIGN(4096); _bss_start = ABSOLUTE(.); *(.dynsbss) *(.sbss)