]> 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 8f618731356e21c628aad178a0786de4832064e7..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)   }