]> git.sur5r.net Git - u-boot/blobdiff - board/atmel/atstk1000/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / atmel / atstk1000 / u-boot.lds
index 0d3b19c6402cb4ecff494b00c4a4424bc806ad99..86ef93927b3c49dc9e52967d6476bce00167c150 100644 (file)
@@ -36,8 +36,7 @@ SECTIONS
        _etext = .;
 
        .rodata : {
-               *(.rodata)
-               *(.rodata.*)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        }
 
        . = ALIGN(8);