]> git.sur5r.net Git - u-boot/blobdiff - board/altera/ep1c20/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / altera / ep1c20 / u-boot.lds
index 73dfe9d76d9d293d5dc83c3b5a20d6fee49ab057..e2eb3aa431337a7dc1a307104c8391542fc6da8a 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);