commit | 12072264528eba33737bc9674e19f0e925ffda23 | [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 | 9ad754fef5053144daed3b007adaf1c9bec654c9 [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>