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