]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm1136/u-boot-spl.lds
sunxi: Add clock_get_pll5p() function
[u-boot] / arch / arm / cpu / arm1136 / u-boot-spl.lds
index bccde7331715ed27e4fa0bdaa01540f2a40fe5ee..97e4a8bc873fac91f07f2b3c5db2cf36f8b8822d 100644 (file)
@@ -22,6 +22,7 @@ SECTIONS
        .text      :
        {
        __start = .;
+         *(.vectors)
          arch/arm/cpu/arm1136/start.o  (.text*)
          *(.text*)
        } >.sram
@@ -33,7 +34,11 @@ SECTIONS
        .data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram
        . = ALIGN(4);
        __image_copy_end = .;
-       _end = .;
+
+       .end :
+       {
+               *(.__end)
+       }
 
        .bss :
        {