]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ppmc7xx/u-boot.lds
ARMV7: S5P: timer: get the count_value from register when call udelay
[karo-tx-uboot.git] / board / ppmc7xx / u-boot.lds
index b0da216a5cac59b09668e0f47140090a1fe4efa2..604d0d305d2ab29df4859d894024504bf89952e8 100644 (file)
@@ -56,14 +56,13 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/74xx_7xx/start.o       (.text)
+    arch/powerpc/cpu/74xx_7xx/start.o  (.text)
 
 /* store the environment in a seperate sector in the boot flash */
 /*    . = env_offset; */
 /*    common/env_embedded.o(.text) */
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;