]> git.sur5r.net Git - u-boot/blobdiff - board/idmr/u-boot.lds
ppc/85xx: 32bit DDR changes for P1020/P1011
[u-boot] / board / idmr / u-boot.lds
index 0bc7fa1ab9e6eccc70d57d3127892c03db48e685..00c1f2a52e09ec1f4ed1cbd3dcfb2e62499459de 100644 (file)
@@ -73,8 +73,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }