]> git.sur5r.net Git - u-boot/blobdiff - board/actux1/u-boot.lds
sh: lowlevel_init coding style cleanup
[u-boot] / board / actux1 / u-boot.lds
index 0de78d32a91ee72776b3a20218b58b6a04e00601..ccdb78e9c3dce146bbb1e66979aee613ea567444 100644 (file)
@@ -37,7 +37,7 @@ SECTIONS
                common/dlmalloc.o(.text)
                cpu/ixp/cpu.o(.text)
                . = env_offset;
-               common/environment.o(.ppcenv)
+               common/env_embedded.o(.ppcenv)
                * (.text)
        }
 
@@ -64,6 +64,7 @@ SECTIONS
        __bss_start =.;
        .bss (NOLOAD): {
                *(.bss)
+               . = ALIGN(4);
        }
        _end =.;
 }