
28 Oct
2010
28 Oct
'10
8:34 p.m.
hi Scott,
On Fri, Oct 29, 2010 at 12:02 AM, Scott Wood scottwood@freescale.comwrote:
On Thu, 28 Oct 2010 23:59:10 +0530 sughosh ganu urwithsughosh@gmail.com wrote:
This is needed when building for nand_spl, where the nand_boot function
in
nand_boot.c declares the chip object as a local variable.
Ah. In that case nand_boot() should probably clear select_chip before calling board_nand_init().
Will move this to the nand_boot function.
-sughosh