summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-11-21 06:23:12 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-11-21 06:23:12 +0000
commitd371a97e582d8e2beac846b946c6480b548cb277 (patch)
treea7b1b338be2af82381b899966e0e23c80cd9a9c8 /c/src/ChangeLog
parent2007-11-17 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-d371a97e582d8e2beac846b946c6480b548cb277.tar.bz2
2007-11-20 Till Straumann <strauman@slac.stanford.edu>
* libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h: Avoid using 'stdio' before the system is up and fully initialized.
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index af7578edda..76619bb231 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,11 @@
2007-11-20 Till Straumann <strauman@slac.stanford.edu>
+ * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h:
+ Avoid using 'stdio' before the system is up and fully
+ initialized.
+
+2007-11-20 Till Straumann <strauman@slac.stanford.edu>
+
* libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h,
* libchip/Makefile.am, libchip/preinstall.am:
added new driver for Maxim DS1375 i2c RTC.