]> git.sur5r.net Git - u-boot/blobdiff - board/gen860t/u-boot-flashenv.lds
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / board / gen860t / u-boot-flashenv.lds
index 6c8346ab5f8924cfdf8d36cee68709c35bd09266..7b83b25b658c0f19281e07e54141e2d9e0b367fb 100644 (file)
@@ -57,16 +57,13 @@ SECTIONS
   {
     cpu/mpc8xx/start.o (.text)
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }