]> rtime.felk.cvut.cz Git - rtems-pluggable-edf.git/blobdiff - rtems-patches/current/rtems-m9328-pimx1-baud-19200.patch
Removed obsolete patches and build directory
[rtems-pluggable-edf.git] / rtems-patches / current / rtems-m9328-pimx1-baud-19200.patch
diff --git a/rtems-patches/current/rtems-m9328-pimx1-baud-19200.patch b/rtems-patches/current/rtems-m9328-pimx1-baud-19200.patch
deleted file mode 100644 (file)
index 68d8964..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
----
- c/src/lib/libbsp/arm/csb336/console/uart.c |    2 +-
- cpukit/libcsupport/src/termios.c           |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-Index: rtems/c/src/lib/libbsp/arm/csb336/console/uart.c
-===================================================================
---- rtems.orig/c/src/lib/libbsp/arm/csb336/console/uart.c      2009-11-29 01:10:27.148556296 +0100
-+++ rtems/c/src/lib/libbsp/arm/csb336/console/uart.c   2009-11-29 01:11:05.632590072 +0100
-@@ -238,7 +238,7 @@
-         MC9328MXL_UART_FCR_RFDIV_1 | 
-         MC9328MXL_UART_FCR_RXTL(1));
--    imx_uart_set_baud(minor, 38400);
-+    imx_uart_set_baud(minor, 19200);
- }
-Index: rtems/cpukit/libcsupport/src/termios.c
-===================================================================
---- rtems.orig/cpukit/libcsupport/src/termios.c        2009-11-29 01:10:27.116591056 +0100
-+++ rtems/cpukit/libcsupport/src/termios.c     2009-11-29 01:11:05.632590072 +0100
-@@ -271,7 +271,7 @@
-                */
-               tty->termios.c_iflag = BRKINT | ICRNL | IXON | IMAXBEL;
-               tty->termios.c_oflag = OPOST | ONLCR | XTABS;
--              tty->termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL;
-+              tty->termios.c_cflag = B19200 | CS8 | CREAD | CLOCAL;
-               tty->termios.c_lflag = ISIG | ICANON | IEXTEN | ECHO | ECHOK | ECHOE | ECHOCTL;
-               tty->termios.c_cc[VINTR] = '\003';