]> git.sur5r.net Git - u-boot/blobdiff - board/netstar/eeprom.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / netstar / eeprom.lds
index f3be320df6dc050cd71b2c392f1db3f6dfc89304..132476d502eca3bec2f1ebb73113c9bb5f11f8bb 100644 (file)
@@ -36,7 +36,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data : { *(.data) }