]> git.sur5r.net Git - u-boot/blobdiff - board/exbitgen/u-boot.lds
lzma: ignore unset filesizes
[u-boot] / board / exbitgen / u-boot.lds
index e4faa446ee094316279652dde1ccf9dce5411546..d2b28e11b6cf5796523e46d53205cdb6fcb77130 100644 (file)
@@ -74,20 +74,17 @@ SECTIONS
     lib_generic/zlib.o         (.text)
 
 /*    . = env_offset;*/
-    common/environment.o(.text)
+    common/env_embedded.o(.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -145,6 +142,7 @@ SECTIONS
   . = ALIGN(4);
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);