]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/esd/apc405/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / esd / apc405 / u-boot.lds
index 21547ac275926d3c87b2a69d07e2a7e2d869f9d9..9697cc6b35d2373a0db1d386f680f5e85d71d56d 100644 (file)
@@ -72,7 +72,7 @@ SECTIONS
     lib_generic/zlib.o         (.text)
 
 /*    . = env_offset;*/
-/*    common/environment.o(.text)*/
+/*    common/env_embedded.o(.text)*/
 
     *(.text)
     *(.fixup)
@@ -143,6 +143,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);