]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/redwood/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / amcc / redwood / u-boot.lds
index 8362c9b8a73d8f0a707c24fa3fc7da5f168fcc7f..32eff525d633ab010bf2eddcd0b82ae836729722 100644 (file)
@@ -80,10 +80,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }