]> git.sur5r.net Git - u-boot/blobdiff - board/netta2/u-boot.lds
Add ability for arch code to make changes before we boot
[u-boot] / board / netta2 / u-boot.lds
index 4966f4d4da36747fa2a397cb45a1125898c22c99..14201acce1841c1fef0c2cb2e0c323252ee61e57 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)   }