NAND finally working. Two bugs fixed:
authorMarkus Klotzbücher <Markus Klotzbümk@pollux.denx.de>
Mon, 6 Mar 2006 12:45:42 +0000 (13:45 +0100)
committerMarkus Klotzbücher <mk@pollux.denx.de>
Mon, 6 Mar 2006 12:45:42 +0000 (13:45 +0100)
commitf9e029184be5ef550d05262e0f150d31fb09d19b
tree5109bf2a67225fb57ad0561ba3e31331ae65d7bc
parentbf7cac033b27589c7de71a5f37f0c8e872ad489a
NAND finally working. Two bugs fixed:
 * For READ_STATUS and READID commands always 8 bytes need to be read from
   NDDB. Otherwise they stay there and get send to flash as the first data
   word when writing.

 * In nand_base.c the oob variable is not reset so this->oob_buf is
   overwritten what eventually screws up the bad block descriptor table.
board/delta/nand.c
drivers/nand/nand_base.c
include/configs/delta.h