]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/m5282evb/u-boot.lds
Rename lib_generic/ to lib/
[people/ms/u-boot.git] / board / freescale / m5282evb / u-boot.lds
index dc18b7db4ff99b297a184719a0fcd6af24aaf60c..e936adff16fa99b94b0b54c42d822a8b865f5fd5 100644 (file)
@@ -57,11 +57,11 @@ SECTIONS
 
     cpu/mcf52x2/start.o        (.text)
     common/dlmalloc.o  (.text)
-    lib_generic/string.o       (.text)
-    lib_generic/vsprintf.o     (.text)
-    lib_generic/crc32.o        (.text)
+    lib/string.o       (.text)
+    lib/vsprintf.o     (.text)
+    lib/crc32.o        (.text)
 
-    . = env_offset;
+    . = DEFINED(env_offset) ? env_offset : .;
     common/env_embedded.o(.text)
 
     *(.text)