summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-esci.c
diff options
context:
space:
mode:
authorPeter Dufault <dufault@hda.com>2012-10-01 15:43:22 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-10-02 15:27:34 +0200
commit52c8df84cab07464271675fd822d37f2f3e860d2 (patch)
tree2b8302e62c6329d9a5ee0b5161d7623df53cc502 /c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-esci.c
parentbsp/mpc55xx: PR2077: Avoid PPC_USE_SPE (diff)
downloadrtems-52c8df84cab07464271675fd822d37f2f3e860d2.tar.bz2
bsp/mpc55xx: PR2077: Add BSP_DEFAULT_BAUD_RATE
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-esci.c')
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-esci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-esci.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-esci.c
index 9aa19ac78a..83a4fa9f73 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-esci.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-esci.c
@@ -266,7 +266,7 @@ static int mpc55xx_esci_first_open(int major, int minor, void *arg)
self->tty = tty;
- rv = rtems_termios_set_initial_baud(tty, 115200);
+ rv = rtems_termios_set_initial_baud(tty, BSP_DEFAULT_BAUD_RATE);
if (rv != 0) {
rtems_fatal_error_occurred(0xdeadbeef);
}