]> git.sur5r.net Git - u-boot/blobdiff - board/exbitgen/u-boot.lds
sbc8548: update PCI/PCI-e support code
[u-boot] / board / exbitgen / u-boot.lds
index cf66426357dc77865808689416d66c8529d97dd1..2798dc8819b5803821f838bccdb3fb1a439f53c1 100644 (file)
@@ -84,10 +84,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -145,6 +143,7 @@ SECTIONS
   . = ALIGN(4);
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);