]> git.sur5r.net Git - u-boot/blobdiff - board/pcs440ep/u-boot.lds
52xx, manroland: add fdt_fixup_memory() in ft_board_setup()
[u-boot] / board / pcs440ep / u-boot.lds
index ed6135987f487f30aa310d873edc39f06d66f03e..2f6109117debd2a1a6dcd0cc506dbebcb789fc8a 100644 (file)
@@ -67,17 +67,14 @@ SECTIONS
     lib_generic/sha1.o         (.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -134,6 +131,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
 
   _end = . ;