]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/zeus/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / zeus / u-boot.lds
index 877573e0d15e48a57a305ae56dd0baaa7dc17cd8..f3ccd33e7c17751a3c41be5641fb7819ba6def30 100644 (file)
@@ -60,16 +60,13 @@ SECTIONS
     cpu/ppc4xx/start.o (.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }