]> git.sur5r.net Git - u-boot/blobdiff - board/c2mon/u-boot.lds.debug
nios2: add gpio_request
[u-boot] / board / c2mon / u-boot.lds.debug
index dbec9860a92a20a0969babd7d912a87e56f7e0ab..99098bffbedfc6f93b8b1511a71665790953765f 100644 (file)
@@ -55,16 +55,15 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    cpu/mpc8xx/start.o (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
     common/dlmalloc.o  (.text)
-    lib_generic/vsprintf.o     (.text)
-    lib_generic/crc32.o                (.text)
+    lib/vsprintf.o     (.text)
+    lib/crc32.o                (.text)
 
     . = env_offset;
     common/env_embedded.o(.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;