commit | 85678e2fa8c9f8240a1a7c39519518d499dea951 | [log] [tgz] |
---|---|---|
author | Markus Klotzbücher <Markus Klotzbümk@pollux.denx.de> | Mon Mar 06 13:45:42 2006 +0100 |
committer | Markus Klotzbücher <mk@pollux.denx.de> | Mon Mar 06 13:45:42 2006 +0100 |
tree | 5109bf2a67225fb57ad0561ba3e31331ae65d7bc | |
parent | 21a43f95b1ff33a385c4af980ca525c1d617a031 [diff] |
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.