ZHU Hao пре 4 година
родитељ
комит
a3db13b0a2
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      bsp/bluetrum/ab32vg1-ab-prougen/link.lds

+ 1 - 2
bsp/bluetrum/ab32vg1-ab-prougen/link.lds

@@ -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*)