]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/m5275evb/u-boot.lds
Rename lib_generic/ to lib/
[people/ms/u-boot.git] / board / freescale / m5275evb / u-boot.lds
index d810ebc144125673607600852238a2f6746a36e8..700b9f5098acaad34f7082cd3cac745c6a279dd8 100644 (file)
@@ -57,11 +57,11 @@ SECTIONS
 
     cpu/mcf52x2/start.o                (.text)
     common/dlmalloc.o          (.text)
-    lib_generic/string.o       (.text)
-    lib_generic/zlib.o         (.text)
+    lib/string.o       (.text)
+    lib/zlib.o         (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
-    common/environment.o(.text)
+    common/env_embedded.o(.text)
 
     *(.text)
     *(.fixup)
@@ -71,8 +71,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }