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