diff options
author | Wolfgang Denk <wd@nyx.denx.de> | 2005-07-28 10:42:26 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@nyx.denx.de> | 2005-07-28 10:42:26 +0200 |
commit | 15f36a5efd31fe608b43dc197ebbd80d3cecbe44 (patch) | |
tree | 0c3e6451f2cc4c3ede4302b13458ae5385c9780c /CHANGELOG | |
parent | e82bc62c038859b5bf7daae1bc24b7226f9ed74a (diff) | |
download | u-boot-imx-15f36a5efd31fe608b43dc197ebbd80d3cecbe44.zip u-boot-imx-15f36a5efd31fe608b43dc197ebbd80d3cecbe44.tar.gz u-boot-imx-15f36a5efd31fe608b43dc197ebbd80d3cecbe44.tar.bz2 |
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
system keeps running.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ Changes for U-Boot 1.1.3: ====================================================================== +* 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 + system keeps running. + * Patch by Cedric Vincent, 6 Jul 2005: Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c" |