]> git.sur5r.net Git - u-boot/blobdiff - lib_blackfin/u-boot.lds.S
Blackfin: use sort funcs in the linker script
[u-boot] / lib_blackfin / u-boot.lds.S
index deb94c976220609a560114e89258ba9a73d67366..5ee8eb3f7344be36c504be89ed3544439457583a 100644 (file)
@@ -94,8 +94,7 @@ SECTIONS
        .rodata :
        {
                . = ALIGN(4);
-               *(.rodata .rodata.*)
-               *(.rodata1)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
                *(.eh_frame)
                . = ALIGN(4);
        } >ram_data