From 3d19f891a3444d977f25f2f39b849726e2fed899 Mon Sep 17 00:00:00 2001 From: Sathish Kuttan Date: Sun, 4 Nov 2018 08:08:09 -0800 Subject: [PATCH] soc: intel_s1000: GNA model - linker script entry Add a linker script entry for embedding a GNA model at a 4KB page aligned address in .data section Signed-off-by: Sathish Kuttan --- soc/xtensa/intel_s1000/linker.ld | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soc/xtensa/intel_s1000/linker.ld b/soc/xtensa/intel_s1000/linker.ld index 23fe5a93fdd..217c99b25d0 100644 --- a/soc/xtensa/intel_s1000/linker.ld +++ b/soc/xtensa/intel_s1000/linker.ld @@ -382,6 +382,8 @@ SECTIONS *(.sdata2.*) *(.gnu.linkonce.s2.*) KEEP(*(.jcr)) + . = ALIGN(4096); + *(.gna_model) _data_end = ABSOLUTE(.); } >data :data_phdr .lit4 : ALIGN(4)