]> git.sur5r.net Git - u-boot/blobdiff - board/csb472/u-boot.lds
52xx, manroland: add fdt_fixup_memory() in ft_board_setup()
[u-boot] / board / csb472 / u-boot.lds
index 37363774cb941885c5f089c7aa6a530d04379171..ba37c1b79e87e4a25ac6cd85731ca302b27a5609 100644 (file)
@@ -79,17 +79,14 @@ SECTIONS
 /*    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)   }