]> git.sur5r.net Git - u-boot/blobdiff - board/siemens/pcu_e/u-boot.lds.debug
nios2: add gpio_request
[u-boot] / board / siemens / pcu_e / u-boot.lds.debug
index 2ee8237451814c1faa27c59bd9813c7785ab119d..131ad23c77c4f38502f4a1c5a75c3ae9f06604fe 100644 (file)
@@ -55,17 +55,16 @@ 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_ppc/extable.o  (.text)
+    lib/vsprintf.o     (.text)
+    lib/crc32.o                (.text)
+    arch/powerpc/lib/extable.o (.text)
 
     . = env_offset;
-    common/environment.o(.text)
+    common/env_embedded.o(.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;