]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc824x/u-boot.lds
mpc512x: fix fixed_sdram() init code.
[u-boot] / cpu / mpc824x / u-boot.lds
index 8c7e1356d3cf3dd8b5e8851bea48ee1fa2bcc626..46f708738ecd1eb39e6e4b77443d38e6d8894798 100644 (file)
@@ -57,10 +57,8 @@ SECTIONS
     *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }