On Wed, May 04, 2011 at 11:44:44AM +0200, Stefan Roese wrote:
> Patch 65a9db7b [nand_spl: Fix large page nand_command()] broke
> nand booting on canyonlands. "options" has to be initialized to
> 0. If not, boards might have the NAND_BUSWIDTH_16 bit set,
> resulting in wrong offset calculation.
>
>
On Wednesday 04 May 2011 19:30:29 Scott Wood wrote:
> > + nand_chip.options = 0;
> > board_nand_init(&nand_chip);
> >
> > if (nand_chip.select_chip)
>
> Maybe nand_chip should be made static so it goes in the BSS? This would
> avoid any other such problems, without adding any extra
On Wed, 4 May 2011 11:44:44 +0200
Stefan Roese wrote:
> Patch 65a9db7b [nand_spl: Fix large page nand_command()] broke
> nand booting on canyonlands. "options" has to be initialized to
> 0. If not, boards might have the NAND_BUSWIDTH_16 bit set,
> resulting in wrong offset calculation.
>
> Signe
Patch 65a9db7b [nand_spl: Fix large page nand_command()] broke
nand booting on canyonlands. "options" has to be initialized to
0. If not, boards might have the NAND_BUSWIDTH_16 bit set,
resulting in wrong offset calculation.
Signed-off-by: Stefan Roese
Cc: Scott Wood
Cc: Alex Waterman
---
nand
4 matches
Mail list logo