Fix all linker script to handle all rodata sections
[oweals/u-boot.git] / board / esteem192e / u-boot.lds
index c4e17d6eee86144e809d182733f5c9fb56e62aac..57aabed7c5b3f5434a15b1cf9b7706bb450c6660 100644 (file)
@@ -73,10 +73,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }