]> git.sur5r.net Git - u-boot/blobdiff - board/xes/xpedite5370/u-boot.lds
OneNAND: Remove unused read_spareram
[u-boot] / board / xes / xpedite5370 / u-boot.lds
index cb399120d4a0cb5b4c0343fb75a6d137fd956b85..f117d9b665561ad0cabc6ab2b40ebea244fae3f0 100644 (file)
@@ -65,10 +65,8 @@ SECTIONS
     PROVIDE (etext = .);
     .rodata    :
    {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   } :text
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }