]> git.sur5r.net Git - u-boot/blobdiff - board/gaisler/gr_ep2s60/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / gaisler / gr_ep2s60 / u-boot.lds
index e461a36fa416eda9f0d515f84b7513c8181b524b..99aa0addaf7c0a0e26d40fe6edbe6e41281c29c9 100644 (file)
@@ -77,10 +77,8 @@ SECTIONS
                *(.gnu.warning)
 /*             *(.got1)*/
                . = ALIGN(16);
-               *(.rodata)
-               *(.rodata1)
-               *(.rodata.*)
                *(.eh_frame)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        }
        . = ALIGN(4);
        _etext = .;