diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-02 11:46:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-02 11:46:20 +0200 |
commit | 62b8f54877665e8f99ed1f0b9bb3d4e21e31ef41 (patch) | |
tree | bf71435a2dd67304ed32852768be0c857b755e30 /CHANGELOG | |
parent | 392c252efd5d2e67b47ebeb3b7e4f42e7e3d5127 (diff) | |
download | u-boot-imx-62b8f54877665e8f99ed1f0b9bb3d4e21e31ef41.zip u-boot-imx-62b8f54877665e8f99ed1f0b9bb3d4e21e31ef41.tar.gz u-boot-imx-62b8f54877665e8f99ed1f0b9bb3d4e21e31ef41.tar.bz2 |
Fix watchdog handling in CFI flash driver
Just use udelay() when waiting for status changes which will
implicitely trigger the watchdog.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Fix watchdog handling in CFI flash driver + Just use udelay() when waiting for status changes which will + implicitely trigger the watchdog. + * Fix PCI to memory window size problems on PM82x boards We use the "automatic" mode that was used for the MPC8266ADS and MPC8272 boards. Eventually this should be used on all boards?] |