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:
parent
cf27979d8b
commit
3d19f891a3
1 changed files with 2 additions and 0 deletions
|
@ -382,6 +382,8 @@ SECTIONS
|
||||||
*(.sdata2.*)
|
*(.sdata2.*)
|
||||||
*(.gnu.linkonce.s2.*)
|
*(.gnu.linkonce.s2.*)
|
||||||
KEEP(*(.jcr))
|
KEEP(*(.jcr))
|
||||||
|
. = ALIGN(4096);
|
||||||
|
*(.gna_model)
|
||||||
_data_end = ABSOLUTE(.);
|
_data_end = ABSOLUTE(.);
|
||||||
} >data :data_phdr
|
} >data :data_phdr
|
||||||
.lit4 : ALIGN(4)
|
.lit4 : ALIGN(4)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue