]> git.sur5r.net Git - u-boot/blobdiff - board/genietv/u-boot.lds.debug
Rename lib_generic/ to lib/
[u-boot] / board / genietv / u-boot.lds.debug
index 8dedba81470c3360a6f3813db1e7aa4f2acd3081..c0dd67f053b46c3d05985a7279d27ca7f7e5f065 100644 (file)
@@ -57,15 +57,14 @@ SECTIONS
 
     cpu/mpc8xx/start.o (.text)
     common/dlmalloc.o  (.text)
-    lib_ppc/ppcstring.o        (.text)
-    lib_generic/vsprintf.o     (.text)
-    lib_generic/crc32.o                (.text)
-    lib_generic/zlib.o         (.text)
+    arch/ppc/lib/ppcstring.o   (.text)
+    lib/vsprintf.o     (.text)
+    lib/crc32.o                (.text)
+    lib/zlib.o         (.text)
 
     . = env_offset;
-    common/environment.o(.text)
+    common/env_embedded.o(.text)
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
@@ -135,7 +134,7 @@ SECTIONS
   . = ALIGN(256 * 1024);
   .ppcenv      :
   {
-    common/environment.o (.ppcenv)
+    common/env_embedded.o (.ppcenv)
   }
   _end = . ;
   PROVIDE (end = .);