commit | 22d2d808266828f7dcae9dc7af5befd47e8d7a15 | [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 | ea72c1b0f1dd3717a597e7ad84a6aad8dd72dc89 [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>