]> git.sur5r.net Git - u-boot/blobdiff - board/ivm/u-boot.lds.debug
Rename lib_generic/ to lib/
[u-boot] / board / ivm / u-boot.lds.debug
index 995fc8327041b208413c5cdd38be1f51612aec33..037785e7dfabccdce264fe21230b00dea55e1b5c 100644 (file)
@@ -57,15 +57,14 @@ SECTIONS
 
     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/ppc/lib/extable.o     (.text)
 
     . = env_offset;
-    common/environment.o(.text)
+    common/env_embedded.o(.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;