]> git.sur5r.net Git - u-boot/blobdiff - board/samsung/smdk6400/u-boot-nand.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / samsung / smdk6400 / u-boot-nand.lds
index bd6b24f954fbdd0079deac918657e4f1d4e2eb7e..b868fdd9af5e748c3f7a5f316e91bdd81d91fe0c 100644 (file)
@@ -40,7 +40,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data : { *(.data) }