]> git.sur5r.net Git - u-boot/blobdiff - board/pm854/u-boot.lds
Blackfin: bf537-minotaur: new board port
[u-boot] / board / pm854 / u-boot.lds
index f200810f069da0634887c672709d74dbf38eb3a7..45aaadc145191952663feedf213b26e0becc55c2 100644 (file)
@@ -81,10 +81,8 @@ SECTIONS
     PROVIDE (etext = .);
     .rodata    :
    {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -141,6 +139,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);