]> git.sur5r.net Git - u-boot/blobdiff - board/munices/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
[u-boot] / board / munices / u-boot.lds
index 0a1a6ad4379763bf30f482608edd38aba3f0fbf2..8db7f26a52b332b64839723e3041d636ca5ffc2f 100644 (file)
@@ -54,12 +54,9 @@ SECTIONS
   {
     cpu/mpc5xxx/start.o        (.text)
     *(.text)
-    *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }