]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8641hpcn/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / board / freescale / mpc8641hpcn / u-boot.lds
index 6c9da1f32843e7a10a5cf34795e0fa755336f5a7..2b98b5a9cc76e53d25ebc99ee906209b9ca2f0a9 100644 (file)
@@ -62,17 +62,14 @@ SECTIONS
     lib_generic/zlib.o (.text)
     drivers/bios_emulator/atibios.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)   }