]> git.sur5r.net Git - u-boot/blobdiff - board/sbc8548/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / sbc8548 / u-boot.lds
index 70d11f2652bf49117b7b119ad309fe7c967943c5..a54a00162c5bc24d21cd28cb536ff69934178b52 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)   }