From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 5 Oct 2010 00:31:55 +0200 Subject: [U-Boot] [PATCH 1/4] OneNAND: Move largepage_memorybased In-Reply-To: <20101004161851.5308efab@udp111988uds.am.freescale.net> References: <1286040839-3215-1-git-send-email-marek.vasut@gmail.com> <201010042315.11673.marek.vasut@gmail.com> <20101004161851.5308efab@udp111988uds.am.freescale.net> Message-ID: <201010050031.55251.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dne Po 4. ??jna 2010 23:18:51 Scott Wood napsal(a): > On Mon, 4 Oct 2010 23:15:11 +0200 > > Marek Vasut wrote: > > Dne Po 4. ??jna 2010 19:59:14 Scott Wood napsal(a): > > > NACK, you're taking the address of stack data and using it after the > > > stack frame goes away. > > > > The .data section doesn't exist at 0x0 (where the stuff is linked) when > > this code is executed in my case. > > So fix the linking. :-) > I'd gladly accept any suggestion or if you could point me in a correct direction. > -Scott