]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>
Thu, 2 Jul 2009 10:45:01 +0000 (16:15 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 2 Jul 2009 13:34:13 +0000 (08:34 -0500)
commit039594a4301dadceb267db5e8b9c8c78b1bb86b5
tree5a581113a3e837cf54527e10631a0be9bde18c3e
parent546b1032907df70f2dd0f98f3ad09885a88411e5
8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors

Defining the next two configs allows to switch the serial port from the
console using the setenv stdin and stdout
  1. #define CONFIG_SERIAL_MULTI 1 /* Enable both serial ports */
  2. #define CONFIG_SYS_CONSOLE_IS_IN_ENV /* determine from environment */

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
common/serial.c
include/serial.h