summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2005-02-01 22:36:53 +0000
committerEric Norum <WENorum@lbl.gov>2005-02-01 22:36:53 +0000
commit1d386ff92571dd0abf368c229d8fbbb1fd9846e4 (patch)
tree18d3518f8314c5a74d9ff7d3b221bfe7b740d7ae
parentAdd EPICS information. (diff)
downloadrtems-1d386ff92571dd0abf368c229d8fbbb1fd9846e4.tar.bz2
Want only two serial ports for now.
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/console/console.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/console/console.c b/c/src/lib/libbsp/m68k/uC5282/console/console.c
index f651309fb4..574c1c9633 100644
--- a/c/src/lib/libbsp/m68k/uC5282/console/console.c
+++ b/c/src/lib/libbsp/m68k/uC5282/console/console.c
@@ -42,7 +42,11 @@ _BSP_null_char( char c )
}
BSP_output_char_function_type BSP_output_char = _BSP_null_char;
-#define MAX_UART_INFO 3
+/*
+ * The MCF5282 has three UARTs but we enable only two here since it's likely
+ * that the I/O pins available to the third will be used for CAN/I2C
+ */
+#define MAX_UART_INFO 2
#define RX_BUFFER_SIZE 512
struct IntUartInfoStruct