]> git.sur5r.net Git - u-boot/blobdiff - board/gth/u-boot.lds
Write MAC address automatically on MACB-based boards
[u-boot] / board / gth / u-boot.lds
index 88265508f86788852596160d8253ced29603f082..4145a91c744773df5cb5c9e9c5aa112d9b275b9c 100644 (file)
@@ -52,10 +52,9 @@ SECTIONS
   .plt : { *(.plt) }
   .text      :
   {
-    cpu/mpc8xx/start.o(.text)
+    arch/powerpc/cpu/mpc8xx/start.o(.text)
     *(.text)
     common/env_embedded.o(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;