]> git.sur5r.net Git - u-boot/blobdiff - board/psyent/pk1c20/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / psyent / pk1c20 / u-boot.lds
index d3b7c31ae95657023d10aa5b6215716e5ab3fe75..b2d88a55867e8f88d88b4b9412bb1d05a2421b1d 100644 (file)
@@ -34,8 +34,7 @@ SECTIONS
          *(.text)
          *(.text.*)
          *(.gnu.linkonce.t*)
-         *(.rodata)
-         *(.rodata.*)
+         *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
          *(.gnu.linkonce.r*)
        }
        . = ALIGN (4);