]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/ocotea/u-boot.lds
52xx, manroland: add fdt_fixup_memory() in ft_board_setup()
[u-boot] / board / amcc / ocotea / u-boot.lds
index 298aba82d1099dbc48a5eda9916b5608a7abf256..b0b4c00fd3d901f7c51af405f269b9bed6c0e0e0 100644 (file)
@@ -69,17 +69,14 @@ SECTIONS
     board/amcc/ocotea/init.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)   }
@@ -137,6 +134,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);