From 1d386ff92571dd0abf368c229d8fbbb1fd9846e4 Mon Sep 17 00:00:00 2001 From: Eric Norum Date: Tue, 1 Feb 2005 22:36:53 +0000 Subject: Want only two serial ports for now. --- c/src/lib/libbsp/m68k/uC5282/console/console.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3