4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 00:27:19 +08:00

Update link.lds

This commit is contained in:
ZHU Hao 2021-06-22 14:15:06 +08:00 committed by GitHub
parent d0a9402583
commit a3db13b0a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,8 @@ SECTIONS
} > init
.ram1 __ram1_vma : {
. = ALIGN(4);
/* section information for initial */
. = ALIGN(4);
__rt_init_start = .;
KEEP(*(SORT(.rti_fn*)))
__rt_init_end = .;
@ -75,7 +75,6 @@ SECTIONS
KEEP(*(.vector))
*(.irq.cache)
*(.irq*)
/* *components*src**.o (.text* .rodata*) */
*ab32vg1_hal**.o (.text* .rodata*)
*drv_gpio.o (.text* .rodata*)
*drv_usart.o (.rodata*)