commit | a5c312c206c161f763c1f3880745c0bd385d77c8 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Sat Jan 05 16:43:25 2008 +0100 |
committer | Scott Wood <scottwood@freescale.com> | Tue Aug 12 11:31:22 2008 -0500 |
tree | 87f18a3f1166051f8c7e9be56544ccc5d4e8da98 | |
parent | e7ebe6e959a418fa111502b0e460f641993f868e [diff] |
NAND: Change nand_wait_ready() to not call nand_wait() This patch changes nand_wait_ready() to not just call nand_wait(), since this will send a new command to the NAND chip. We just want to wait for the chip to become ready here. Signed-off-by: Stefan Roese <sr@denx.de>