]> git.sur5r.net Git - u-boot/blobdiff - board/RRvision/u-boot.lds
fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
[u-boot] / board / RRvision / u-boot.lds
index ce1148d958a3539533c4e0eaf4f373b1187749cb..17e6fa0e1e2e238f46fc45d8a81545260f3cf22d 100644 (file)
@@ -76,10 +76,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -137,6 +135,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);