]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/pm856/u-boot.lds
Fix all linker script to handle all rodata sections
[karo-tx-uboot.git] / board / pm856 / u-boot.lds
index e9c6a12d0f41bd412f7ac2ea9b88340b63d3f227..1dce2ab2bd434eea56fbc6725389d80dfeea6683 100644 (file)
@@ -81,10 +81,8 @@ SECTIONS
     PROVIDE (etext = .);
     .rodata    :
    {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }