[U-Boot] [PATCH] Align end of bss by 4 bytes,
Kumar Gala
galak at kernel.crashing.org
Tue Oct 7 14:35:17 CEST 2008
>
> Size of bss is 6c9d bytes.
>
> Signed-off-by: Selvamuthukumar <selva.muthukumar at e-coninfotech.com>
Ack. Saw similar issues on 85xx.
- k
>
> ---
> cpu/mpc83xx/u-boot.lds | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/cpu/mpc83xx/u-boot.lds b/cpu/mpc83xx/u-boot.lds
> index 99ad675..0d26937 100644
> --- a/cpu/mpc83xx/u-boot.lds
> +++ b/cpu/mpc83xx/u-boot.lds
> @@ -117,6 +117,7 @@ SECTIONS
> *(.bss)
> *(COMMON)
> }
> + . = ALIGN(4);
> _end = . ;
> PROVIDE (end = .);
> }
> --
> 1.5.5
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
More information about the U-Boot
mailing list