]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/netvia/u-boot.lds.debug
Rename lib_generic/ to lib/
[people/ms/u-boot.git] / board / netvia / u-boot.lds.debug
index 1014ec6e8cf6677d2a71bf4f7ab8e2f11dd227f9..bc8f32e0f8a25763f0eb7407c2c84d1ce21ad78f 100644 (file)
@@ -57,14 +57,13 @@ SECTIONS
 
     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/environment.o(.text)
+    common/env_embedded.o(.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;