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