boards/arm/qemu: Add an impls section to the link script
Signed-off-by: wangming9 <wangming9@xiaomi.com> Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com>
This commit is contained in:
parent
d9558a3583
commit
a7c4ceb869
1 changed files with 5 additions and 0 deletions
|
|
@ -96,6 +96,11 @@ SECTIONS
|
|||
_sdata = .;
|
||||
*(.data*)
|
||||
. = ALIGN(8);
|
||||
__start_impls = .;
|
||||
*(.impls)
|
||||
KEEP(*(.impls))
|
||||
. = ALIGN(4);
|
||||
__stop_impls = .;
|
||||
_edata = .;
|
||||
} > RAM AT > ROM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue