summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>2009-10-07 15:47:43 -0400
committerJustin Waters <justin.waters@timesys.com>2009-10-07 15:47:43 -0400
commit92d15623408cb34cfdbdfb8567b22391a9ed1502 (patch)
tree66b533f3f0a29c9cf18d16c063cf1086892d22cb /include
parentc59d3ede8b3d03a2c046d99b2ac66515e2e9af3d (diff)
u-boot-2009.03-p2020rdb-Second-UART-for-mpc85xx
Adds the support of second UART port for MPC85xx based platforms. Defining the next two configs allows to switch the serial port from the console using the setenv stdin and stdout Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/serial.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/serial.h b/include/serial.h
index e3d8b3679b..059230800b 100644
--- a/include/serial.h
+++ b/include/serial.h
@@ -24,7 +24,8 @@ extern struct serial_device * default_serial_console (void);
#if defined(CONFIG_405GP) || defined(CONFIG_405CR) || defined(CONFIG_440) || \
defined(CONFIG_405EP) || defined(CONFIG_405EZ) || defined(CONFIG_405EX) || \
- defined(CONFIG_MPC5xxx)
+ defined(CONFIG_MPC5xxx) || defined(CONFIG_MPC83xx) || \
+ defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx)
extern struct serial_device serial0_device;
extern struct serial_device serial1_device;
#if defined(CONFIG_SYS_NS16550_SERIAL)