summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-23 15:47:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-23 15:47:55 +0000
commit495c3e0ad64cc8c913557ef0fdd6e788829cc86a (patch)
treea954802cec0dea2251c814562832fa62fe0859d5 /c/src/lib/libbsp/arm/ChangeLog
parent2008-05-22 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-495c3e0ad64cc8c913557ef0fdd6e788829cc86a.tar.bz2
2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/comm/console.c: Eliminate copies of switches to convert termios Bxxx constants to xxx as an integer. Use the shared termios_baud_to_number() routine to do the same conversion.
Diffstat (limited to 'c/src/lib/libbsp/arm/ChangeLog')
-rw-r--r--c/src/lib/libbsp/arm/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/ChangeLog b/c/src/lib/libbsp/arm/ChangeLog
index 590255eddd..f8c942c607 100644
--- a/c/src/lib/libbsp/arm/ChangeLog
+++ b/c/src/lib/libbsp/arm/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * shared/comm/console.c: Eliminate copies of switches to convert
+ termios Bxxx constants to xxx as an integer. Use the shared
+ termios_baud_to_number() routine to do the same conversion.
+
2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* csb336/startup/bspstart.c, csb337/startup/bspstart.c,