]> git.sur5r.net Git - u-boot/blobdiff - board/netstal/mcu25/u-boot.lds
fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
[u-boot] / board / netstal / mcu25 / u-boot.lds
index 093c0804cefdf6bc77bb91c794f34477db002fd3..b589956459bcd431a7398f288a0d24165f78f4ac 100644 (file)
@@ -72,10 +72,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -133,6 +131,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);