From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Sat, 08 Jan 2011 12:03:56 +0530 Subject: [U-Boot] [RFC PATCH 6/8] omap3_beagle: add nand_spl support In-Reply-To: <1293497228-15911-7-git-send-email-john.rigby@linaro.org> References: <1293497228-15911-1-git-send-email-john.rigby@linaro.org> <1293497228-15911-7-git-send-email-john.rigby@linaro.org> Message-ID: <4D280554.8080505@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi John, On Tuesday 28 December 2010 06:17 AM, John Rigby wrote: > Signed-off-by: John Rigby > + > +void board_init_f(unsigned long bootflag) > +{ > + nand_boot(); > +} > + I see that you have added a call to nand_boot() in start.S too. Which is the intended one? If we jump to nand_boot() here bss will not be cleared, right? Also, I see potential issues in start.S that will prevent bss setup for PRELOADERs. I will correct these in my patch. Best regards, Aneesh