diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-03 01:24:04 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-03 01:24:04 +0200 |
commit | 610cf3676ee7376e0a55419626a30414a7b20db2 (patch) | |
tree | 31d7b61fbfd7421441d44d0c47c580c722c69465 /CHANGELOG | |
parent | da4849fb30db9ec2cb1ae0bafa7455b9c4cb87b3 (diff) | |
download | u-boot-610cf3676ee7376e0a55419626a30414a7b20db2.tar.gz u-boot-610cf3676ee7376e0a55419626a30414a7b20db2.tar.bz2 u-boot-610cf3676ee7376e0a55419626a30414a7b20db2.zip |
Coding Style cleanup
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Coding Style cleanup + * Write RTC seconds first to maintain settings integrity per Maxim/Dallas DS1306 data sheet. Patch by Alan J. Luse, 02 May 2006 |