diff mbox

[U-Boot] Fix the issue of _end symbol not being found while building

Message ID 1302466568-3180-1-git-send-email-urwithsughosh@gmail.com
State Accepted
Commit 9a290466db90940ad9069509576043f65cc0728b
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Sughosh Ganu April 10, 2011, 8:16 p.m. UTC
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(-)

Comments

Sughosh Ganu April 16, 2011, 3:33 p.m. UTC | #1
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
Albert ARIBAUD April 20, 2011, 6:56 p.m. UTC | #2
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,
diff mbox

Patch

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