]> git.sur5r.net Git - u-boot/blobdiff - board/esd/canbt/u-boot.lds
Merge branch 'fixes' into cleanups
[u-boot] / board / esd / canbt / u-boot.lds
index 71bac09f232f6b8300566bb8dd20ef9b0025be1f..74280e61d4881ad6615b7944a57f9a465305feef 100644 (file)
@@ -82,7 +82,7 @@ SECTIONS
     net/net.o                  (.text)
 
 /*    . = env_offset;
-    common/environment.o       (.text)
+    common/env_embedded.o      (.text)
 */
 
     *(.text)
@@ -154,6 +154,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);