From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Sat, 16 Apr 2011 21:03:13 +0530 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: <20110416153313.GA9465@Hardy> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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