commit | a89a990159d450765b8a5675e640525bc6258d1b | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed May 04 11:44:44 2011 +0200 |
committer | Scott Wood <scottwood@freescale.com> | Fri May 13 11:07:49 2011 -0500 |
tree | 115356b911bbc5b4b53b0c89a4fdd67311d4f94b | |
parent | 8370978318337df3979aa0852529d53d77ed736e [diff] |
nand_spl: nand_boot.c: Init nand_chip.options to 0 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> Signed-off-by: Scott Wood <scottwood@freescale.com>