]> git.sur5r.net Git - u-boot/blobdiff - board/tqc/tqm8xx/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-net
[u-boot] / board / tqc / tqm8xx / u-boot.lds
index 8c46e4677f0bfa9c091ff2957259625f8d4b4196..5af36c97aca09a3cb80cd573cb737653e4abf309 100644 (file)
@@ -66,7 +66,7 @@ SECTIONS
     lib_ppc/time.o             (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
-    common/environment.o       (.ppcenv)
+    common/env_embedded.o      (.ppcenv)
 
     *(.text)
     *(.fixup)
@@ -137,6 +137,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);