]> git.sur5r.net Git - u-boot/blobdiff - nand_spl/board/sheldon/simpc8313/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / nand_spl / board / sheldon / simpc8313 / u-boot.lds
index 40c414549ca71b230aa2c2d6c740a9a4a1c585dd..ad8258957bb81a89c3e0d179415b413bab900494 100644 (file)
@@ -30,8 +30,8 @@ SECTIONS
        .text : {
                *(.text*)
                . = ALIGN(16);
-               *(.rodata*)
                *(.eh_frame)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        }
 
        . = ALIGN(8);