mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 03:07:10 +08:00
[bsp][bluetrum] update link.lds
This commit is contained in:
parent
76dbf1936d
commit
cd15ffedfe
@ -34,20 +34,6 @@ SECTIONS
|
|||||||
} > init
|
} > init
|
||||||
|
|
||||||
.ram1 __ram1_vma : {
|
.ram1 __ram1_vma : {
|
||||||
. = ALIGN(4);
|
|
||||||
PROVIDE(__ctors_start__ = .);
|
|
||||||
KEEP (*(SORT(.init_array.*)))
|
|
||||||
KEEP (*(.init_array))
|
|
||||||
PROVIDE(__ctors_end__ = .);
|
|
||||||
|
|
||||||
. = ALIGN(4);
|
|
||||||
*components*drivers**.o (.text*)
|
|
||||||
*device.o (.text*)
|
|
||||||
*components.o (.text*)
|
|
||||||
*idle.o (.text*)
|
|
||||||
} > ram1 AT > flash
|
|
||||||
|
|
||||||
.rti : {
|
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
/* section information for initial */
|
/* section information for initial */
|
||||||
__rt_init_start = .;
|
__rt_init_start = .;
|
||||||
@ -64,10 +50,21 @@ SECTIONS
|
|||||||
KEEP(*(VSymTab))
|
KEEP(*(VSymTab))
|
||||||
__vsymtab_end = .;
|
__vsymtab_end = .;
|
||||||
|
|
||||||
. = ALIGN(32);
|
. = ALIGN(4);
|
||||||
|
PROVIDE(__ctors_start__ = .);
|
||||||
|
KEEP (*(SORT(.init_array.*)))
|
||||||
|
KEEP (*(.init_array))
|
||||||
|
PROVIDE(__ctors_end__ = .);
|
||||||
|
|
||||||
|
. = ALIGN(4);
|
||||||
|
*components*drivers**.o (.text*)
|
||||||
|
*components.o (.text*)
|
||||||
|
*idle.o (.text*)
|
||||||
|
*object.o (.text*)
|
||||||
|
*scheduler.o (.text*)
|
||||||
} > ram1 AT > flash
|
} > ram1 AT > flash
|
||||||
|
|
||||||
.comm : {
|
.comm __comm_vma : {
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
KEEP(*(.vector))
|
KEEP(*(.vector))
|
||||||
EXCLUDE_FILE(*components*finsh**.o *components*libc**.o *dfs*filesystems**.o
|
EXCLUDE_FILE(*components*finsh**.o *components*libc**.o *dfs*filesystems**.o
|
||||||
@ -124,4 +121,4 @@ __bank_size = SIZEOF(.flash);
|
|||||||
__comm_lma = LOADADDR(.comm);
|
__comm_lma = LOADADDR(.comm);
|
||||||
__comm_size = SIZEOF(.comm);
|
__comm_size = SIZEOF(.comm);
|
||||||
__ram1_lma = LOADADDR(.ram1);
|
__ram1_lma = LOADADDR(.ram1);
|
||||||
__ram1_size = SIZEOF(.ram1) + SIZEOF(.rti);
|
__ram1_size = SIZEOF(.ram1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user