commit | e8e11476fe75c67adf30f04c913bc3a78df8a007 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Wed Jul 19 14:13:02 2006 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Wed Jul 19 14:13:02 2006 +0200 |
tree | 877ccbf512d2cfae5ea8b9499651d62432563752 | |
parent | 784be588285d62c9db593b5c1d914ecd8f44a91d [diff] |
Fix some bugs in TRAB board flash driver. - increase CFG_FLASH_ERASE_TOUT from 2 to 15 seconds - use CFG_FLASH_WRITE_TOUT for programming instead of CFG_FLASH_ERASE_TOUT - remove "Unlock Bypass" mode, because macronix flashes do not support this mode officially - fix flash reset command from 0x00FF to 0x00F0. 0x00FF is only specified for Intel compatible flashes, not for AMD compatible. Patch by Martin Krause, 15 Feb 2006