diff --git a/soc/xtensa/nxp_adsp/rt5xx/linker.ld b/soc/xtensa/nxp_adsp/rt5xx/linker.ld index 27be7215194..582c4a7fbf8 100644 --- a/soc/xtensa/nxp_adsp/rt5xx/linker.ld +++ b/soc/xtensa/nxp_adsp/rt5xx/linker.ld @@ -329,12 +329,6 @@ SECTIONS KEEP (*(.fw_ready_metadata)) } >sdram0 :sdram0_phdr - .noinit : ALIGN(4) - { - *(.noinit) - *(.noinit.*) - } >sdram0 :sdram0_phdr - .data : ALIGN(4) { __data_start = ABSOLUTE(.); @@ -391,6 +385,12 @@ SECTIONS _bss_end = ABSOLUTE(.); } >sdram0 :sdram0_phdr + .noinit (NOLOAD) : ALIGN(4) + { + *(.noinit) + *(.noinit.*) + } >sdram0 :sdram0_phdr + .heap_mem (NOLOAD) : ALIGN(8) { . = ALIGN (8);