]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/amcc/acadia/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-samsung
[karo-tx-uboot.git] / nand_spl / board / amcc / acadia / u-boot.lds
index ab4270140434ebf664f175400a96e0c1e789450a..56954650af535099e93221952961c10dbbe62197 100644 (file)
@@ -26,7 +26,7 @@ SECTIONS
 {
   .resetvec 0xf8004ffc :
   {
-    *(.resetvec)
+    KEEP(*(.resetvec))
   } = 0xffff
 
   .text      :
@@ -42,7 +42,7 @@ SECTIONS
 
   .data    :
   {
-    *(.rodata*)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
     *(.data*)
     *(.sdata*)
     __got2_start = .;