]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/munices/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / munices / u-boot.lds
index 5fe8707fb57b824be8df3489675aa21b0991c0b7..4e27bc947d5fee286b60de550aa1f47461e68e23 100644 (file)
@@ -52,9 +52,8 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc5xxx/start.o        (.text)
+    arch/powerpc/cpu/mpc5xxx/start.o   (.text)
     *(.text)
-    *(.fixup)
     *(.got1)
     . = ALIGN(16);
     *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))