
13 May
2011
13 May
'11
6:16 p.m.
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.
Signed-off-by: Stefan Roese sr@denx.de Cc: Scott Wood scottwood@freescale.com Cc: Alex Waterman awaterman@dawning.com
nand_spl/nand_boot.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Applied to u-boot-nand-flash
-Scott