[U-Boot] [PATCH] Fix the issue of _end symbol not being found while building
Albert ARIBAUD
albert.u.boot at aribaud.net
Wed Apr 20 20:56:37 CEST 2011
Hi Sughosh,
Le 10/04/2011 22:16, Sughosh Ganu a écrit :
> Fix the nand_spl build for the hawkboard
>
> Signed-off-by: Sughosh Ganu<urwithsughosh at gmail.com>
> ---
> nand_spl/board/davinci/da8xxevm/u-boot.lds | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/nand_spl/board/davinci/da8xxevm/u-boot.lds b/nand_spl/board/davinci/da8xxevm/u-boot.lds
> index c86117b..638ffd9 100644
> --- a/nand_spl/board/davinci/da8xxevm/u-boot.lds
> +++ b/nand_spl/board/davinci/da8xxevm/u-boot.lds
> @@ -68,6 +68,8 @@ SECTIONS
>
> __got_end = .;
>
> + _end = .;
> +
> . = ALIGN(4);
> __bss_start = .;
> .bss : { *(.bss) }
Applied to u-boot-arm/master, thanks.
Amicalement,
--
Albert.
More information about the U-Boot
mailing list