From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 7 Mar 2011 16:02:09 -0600 Subject: [U-Boot] Info on NAND-SPL In-Reply-To: <20110227181128.BACE4D0B123@gemini.denx.de> References: <96382.60182.qm@web95116.mail.in2.yahoo.com> <20110227181128.BACE4D0B123@gemini.denx.de> Message-ID: <20110307160209.27a19034@schlenkerla> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 27 Feb 2011 19:11:28 +0100 Wolfgang Denk wrote: > Dear Hatim Ali, > > In message <96382.60182.qm@web95116.mail.in2.yahoo.com> you wrote: > > 2) After doing the clock and DRAM initialization it will relocate itself in > > the DRAM. > > I'm not sure what you mean - the code does not relocate itself (keep > in mind that relocation and copying are two different things). The SPL does relocate itself, at least on 83xx/85xx, so it can continue running after copied to RAM (which must happen before it loads anything more from NAND). It's not "done twice", though -- it's done once each on two different images. -Scott