summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 22:23:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 22:23:47 +0000
commite6a4446812c7bbb8c9aa90cf6c76187152044cf1 (patch)
tree8d941d882cbbad0bd273ba43c4df716c7dbe57bb /c/src/lib/libcpu/arm/ChangeLog
parent2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e6a4446812c7bbb8c9aa90cf6c76187152044cf1.tar.bz2
2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* s3c24xx/clock/clockdrv.c: Use rtems_configuration_get_microseconds_per_tick() rather than obsolete BSP_Configuration reference.
Diffstat (limited to 'c/src/lib/libcpu/arm/ChangeLog')
-rw-r--r--c/src/lib/libcpu/arm/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/arm/ChangeLog b/c/src/lib/libcpu/arm/ChangeLog
index 42f6a7f99f..7d518f85a7 100644
--- a/c/src/lib/libcpu/arm/ChangeLog
+++ b/c/src/lib/libcpu/arm/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * s3c24xx/clock/clockdrv.c: Use
+ rtems_configuration_get_microseconds_per_tick() rather than obsolete
+ BSP_Configuration reference.
+
2008-05-06 Ray Xu <rayx.cn@gmail.com>
* Makefile.am, configure.ac, preinstall.am, s3c2400/include/s3c2400.h: