]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/m5271evb/u-boot.lds
Merge branch 'next' of git://www.denx.de/git/u-boot-cfi-flash into next
[u-boot] / board / freescale / m5271evb / 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)   }