]> git.sur5r.net Git - u-boot/blobdiff - board/eltec/bab7xx/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / eltec / bab7xx / u-boot.lds
index ff2d8b7fe445a9f6cc33c06282402eb24b77a1be..632921ae5397f56f9f1470cf09cd797abe02c803 100644 (file)
@@ -70,10 +70,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }