]> git.sur5r.net Git - u-boot/blobdiff - board/xpedite1k/u-boot.lds
85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
[u-boot] / board / xpedite1k / u-boot.lds
index 70b1e38f3c3e93cf9647e801d8137cd582b3b94a..13c52b9f6195bed1f7ee0372286be4baee5bc846 100644 (file)
@@ -79,7 +79,7 @@ SECTIONS
     lib_generic/zlib.o         (.text)
 
 /*    . = env_offset;*/
-/*    common/environment.o(.text)*/
+/*    common/env_embedded.o(.text)*/
 
     *(.text)
     *(.fixup)
@@ -150,6 +150,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);