]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/redwood/u-boot.lds
52xx, manroland: add fdt_fixup_memory() in ft_board_setup()
[u-boot] / board / amcc / redwood / u-boot.lds
index 2104cc2a3b66754681f69c902cf72b61d2de0379..7bda06eb03d0271a049a48afc0b284bcabebf632 100644 (file)
@@ -70,20 +70,17 @@ SECTIONS
     board/amcc/redwood/init.o  (.text)
 
 /*    . = env_offset;*/
-/*    common/environment.o(.text)*/
+/*    common/env_embedded.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)   }
@@ -141,6 +138,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);