Skip to content

Commit a3db13b

Browse files
authored
Update link.lds
1 parent d0a9402 commit a3db13b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bsp/bluetrum/ab32vg1-ab-prougen/link.lds

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ SECTIONS
3434
} > init
3535

3636
.ram1 __ram1_vma : {
37-
. = ALIGN(4);
3837
/* section information for initial */
38+
. = ALIGN(4);
3939
__rt_init_start = .;
4040
KEEP(*(SORT(.rti_fn*)))
4141
__rt_init_end = .;
@@ -75,7 +75,6 @@ SECTIONS
7575
KEEP(*(.vector))
7676
*(.irq.cache)
7777
*(.irq*)
78-
/* *components*src**.o (.text* .rodata*) */
7978
*ab32vg1_hal**.o (.text* .rodata*)
8079
*drv_gpio.o (.text* .rodata*)
8180
*drv_usart.o (.rodata*)

0 commit comments

Comments
 (0)