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 <sathish.k.kuttan@intel.com>
This commit is contained in:
Sathish Kuttan 2018-11-04 08:08:09 -08:00 committed by Anas Nashif
commit 3d19f891a3

View file

@ -382,6 +382,8 @@ SECTIONS
*(.sdata2.*)
*(.gnu.linkonce.s2.*)
KEEP(*(.jcr))
. = ALIGN(4096);
*(.gna_model)
_data_end = ABSOLUTE(.);
} >data :data_phdr
.lit4 : ALIGN(4)