summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2010-08-25 22:21:14 +0000
committerTill Straumann <strauman@slac.stanford.edu>2010-08-25 22:21:14 +0000
commit5ece7981f1899dbf9f852997afe63aedb9630296 (patch)
treecf08304e12c6f7d3fad940384678a2a5d8ba1c41 /c/src/lib/libbsp/powerpc/ChangeLog
parent2010-08-25 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-5ece7981f1899dbf9f852997afe63aedb9630296.tar.bz2
2010-08-25 Till Straumann <strauman@slac.stanford.edu>
PR 1689/bsps * shared/flash/intelFlash.c: Scale erase timeout by actual system clock rate rather than assuming a fixed value.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index c678c429e4..0fae102710 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-25 Till Straumann <strauman@slac.stanford.edu>
+
+ PR 1689/bsps
+ * shared/flash/intelFlash.c: Scale erase timeout by actual
+ system clock rate rather than assuming a fixed value.
+
2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/console/polled_io.c: Add BSP_poll_char.