]> git.sur5r.net Git - u-boot/blobdiff - board/adder/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
[u-boot] / board / adder / u-boot.lds
index d97c04918914028f06cb337d6b5311c41b194e1a..dc6dd7ae66fa68fb323b859f00f83e0a1c50e40f 100644 (file)
@@ -52,15 +52,12 @@ SECTIONS
   .plt           : { *(.plt)           }
   .text          :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
     *(.text)
-    *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }