public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Fix the issue of _end symbol not being found while building
Date: Wed, 20 Apr 2011 20:56:37 +0200	[thread overview]
Message-ID: <4DAF2C65.9030809@aribaud.net> (raw)
In-Reply-To: <1302466568-3180-1-git-send-email-urwithsughosh@gmail.com>

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@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.

      parent reply	other threads:[~2011-04-20 18:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-10 20:16 [U-Boot] [PATCH] Fix the issue of _end symbol not being found while building Sughosh Ganu
2011-04-16 15:33 ` Sughosh Ganu
2011-04-20 18:56 ` Albert ARIBAUD [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DAF2C65.9030809@aribaud.net \
    --to=albert.u.boot@aribaud.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox