]> git.sur5r.net Git - u-boot/blobdiff - board/gdsys/gdppc440etx/u-boot.lds
52xx, manroland: add fdt_fixup_memory() in ft_board_setup()
[u-boot] / board / gdsys / gdppc440etx / u-boot.lds
index 1df817b9ea98e2d4016bf60f0862f87d2dd12827..6ab36ee8551db4f4fea6d0d0d5ac3b79909ceaac 100644 (file)
@@ -69,17 +69,14 @@ SECTIONS
     board/gdsys/gdppc440etx/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)   }