From 52c8df84cab07464271675fd822d37f2f3e860d2 Mon Sep 17 00:00:00 2001 From: Peter Dufault Date: Mon, 1 Oct 2012 15:43:22 +0200 Subject: bsp/mpc55xx: PR2077: Add BSP_DEFAULT_BAUD_RATE --- c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-esci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-esci.c') 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); } -- cgit v1.2.3