]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mousse/u-boot.lds.rom
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / mousse / u-boot.lds.rom
index 27d10b6d6a09656738f8bbaf44df365c5d2bc150..4f42b329d835a0c6af8c874ed7ea8d57a4416be4 100644 (file)
@@ -52,19 +52,18 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc824x/start.o        (.text)
+    arch/powerpc/cpu/mpc824x/start.o   (.text)
         common/board.o (.text)
-    lib_ppc/ppcstring.o        (.text)
-    lib_generic/vsprintf.o     (.text)
-    lib_generic/crc32.o                (.text)
-    lib_generic/zlib.o         (.text)
+    arch/powerpc/lib/ppcstring.o       (.text)
+    lib/vsprintf.o     (.text)
+    lib/crc32.o                (.text)
+    lib/zlib.o         (.text)
 
                . = env_offset;
     common/env_embedded.o (.text)
 
                *(.text)
 
-    *(.fixup)
     *(.got1)
     . = ALIGN(16);
     *(.rodata)