From: Sughosh Ganu <urwithsughosh@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Fix the issue of _end symbol not being found while building
Date: Sat, 16 Apr 2011 21:03:13 +0530 [thread overview]
Message-ID: <20110416153313.GA9465@Hardy> (raw)
In-Reply-To: <1302466568-3180-1-git-send-email-urwithsughosh@gmail.com>
On Mon Apr 11, 2011 at 01:46:08AM +0530, Sughosh Ganu wrote:
> 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) }
Albert, can you pick this up. Thanks.
-sughosh
next prev parent reply other threads:[~2011-04-16 15:33 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 [this message]
2011-04-20 18:56 ` Albert ARIBAUD
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=20110416153313.GA9465@Hardy \
--to=urwithsughosh@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.