public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Fix the issue of _end symbol not being found while building
@ 2011-04-10 20:16 Sughosh Ganu
  2011-04-16 15:33 ` Sughosh Ganu
  2011-04-20 18:56 ` Albert ARIBAUD
  0 siblings, 2 replies; 3+ messages in thread
From: Sughosh Ganu @ 2011-04-10 20:16 UTC (permalink / raw)
  To: u-boot

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) }
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] Fix the issue of _end symbol not being found while building
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Sughosh Ganu @ 2011-04-16 15:33 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] Fix the issue of _end symbol not being found while building
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Albert ARIBAUD @ 2011-04-20 18:56 UTC (permalink / raw)
  To: u-boot

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-20 18:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox