diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-07-30 16:45:16 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-07-30 16:45:16 +0200 |
commit | cf9919239415fee8e6733c0bd013b46888feb874 (patch) | |
tree | 959d91941ffffad54bc53b3f2c17d5f56693a2eb | |
parent | 010162eb729e9ed8233e902313c5f770b89e9202 (diff) | |
download | u-boot-imx-cf9919239415fee8e6733c0bd013b46888feb874.zip u-boot-imx-cf9919239415fee8e6733c0bd013b46888feb874.tar.gz u-boot-imx-cf9919239415fee8e6733c0bd013b46888feb874.tar.bz2 |
Add missing CHANGELOG entry
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Implement h/w sector protection status synchronization at boot. + The code is provided for, and was tested on, the Yukon/Alaska + and PM520 boards only. + + A bug in flash_real_protect() for the Yukon board was fixed by + adding a function that tells if two banks are on one flash chip. + * Fix sysmon POST problem: check I2C error codes This fixes a problem of displaying bogus voltages when the voltages are so low that the I2C devices start failing while the rest of the |