X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Factux1%2Fu-boot.lds;h=ccdb78e9c3dce146bbb1e66979aee613ea567444;hb=e4430779623af500de1cee7892c379f07ef59813;hp=0de78d32a91ee72776b3a20218b58b6a04e00601;hpb=060193e4c373e08fa7fecacbd678c4e1e90e50c7;p=u-boot diff --git a/board/actux1/u-boot.lds b/board/actux1/u-boot.lds index 0de78d32a9..ccdb78e9c3 100644 --- a/board/actux1/u-boot.lds +++ b/board/actux1/u-boot.lds @@ -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 =.; }