From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 20 Apr 2011 20:56:37 +0200 Subject: [U-Boot] [PATCH] Fix the issue of _end symbol not being found while building In-Reply-To: <1302466568-3180-1-git-send-email-urwithsughosh@gmail.com> References: <1302466568-3180-1-git-send-email-urwithsughosh@gmail.com> Message-ID: <4DAF2C65.9030809@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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.