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