Fix some bugs in TRAB board flash driver.
authorWolfgang Denk <wd@pollux.denx.de>
Wed, 19 Jul 2006 12:13:02 +0000 (14:13 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Wed, 19 Jul 2006 12:13:02 +0000 (14:13 +0200)
commit5a3dfef73240cd6b5044184e521351afdb20838f
tree877ccbf512d2cfae5ea8b9499651d62432563752
parent0de7fa59391fa529bec4ef11647f063f67fd9786
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
CHANGELOG
board/trab/flash.c
include/configs/trab.h