diff options
author | wdenk <wdenk> | 2003-08-29 10:05:53 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-08-29 10:05:53 +0000 |
commit | ca75added10524a1f8e439e904ba72cb74c917a4 (patch) | |
tree | 93c7ffb6258db1ecfd68fa4e4faa844178effea8 /CHANGELOG | |
parent | 437ce07b8a95db5272d3dd7a2353a3165e63435d (diff) | |
download | u-boot-imx-ca75added10524a1f8e439e904ba72cb74c917a4.zip u-boot-imx-ca75added10524a1f8e439e904ba72cb74c917a4.tar.gz u-boot-imx-ca75added10524a1f8e439e904ba72cb74c917a4.tar.bz2 |
Add I2C and RTC support for RMU board using software I2C driver
(because of better response to iprobe command); fix problem with
"reset" command
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes for U-Boot 0.4.7: ====================================================================== +* Add I2C and RTC support for RMU board using software I2C driver + (because of better response to iprobe command); fix problem with + "reset" command + * Patch by Matthias Fuchs, 28 Aug 2003: Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MAKS (see README). |