From d774b97d4b04f1fdb0810c1a9a8a70f74318a9d6 Mon Sep 17 00:00:00 2001 From: Eric Sun Date: Thu, 2 Feb 2012 18:46:34 +0800 Subject: ENGR00173659 MX6Q_UART Change Phyisical to Virtural Port Mapping For ARM2 and Sabreauto, change TTY0 to TTY3 (which is physical UART4) For SabreSD, Change TTY3 to TTY0 (which is physical UART1) Signed-off-by: Eric Sun --- include/configs/mx6q_arm2_mfg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/configs/mx6q_arm2_mfg.h') diff --git a/include/configs/mx6q_arm2_mfg.h b/include/configs/mx6q_arm2_mfg.h index c3b2b54..6890832 100644 --- a/include/configs/mx6q_arm2_mfg.h +++ b/include/configs/mx6q_arm2_mfg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. + * Copyright (C) 2010-2012 Freescale Semiconductor, Inc. * * Configuration settings for the MX6Q Armadillo2 Freescale board. * @@ -109,7 +109,7 @@ #define CONFIG_LOADADDR 0x10800000 /* loadaddr env var */ #define CONFIG_RD_LOADADDR (CONFIG_LOADADDR + 0x300000) -#define CONFIG_BOOTARGS "console=ttymxc0,115200 rdinit=/linuxrc" +#define CONFIG_BOOTARGS "console=ttymxc3,115200 rdinit=/linuxrc" #define CONFIG_BOOTCOMMAND "bootm 0x10800000 0x10c00000" #define CONFIG_EXTRA_ENV_SETTINGS \ "netdev=eth0\0" \ -- cgit v1.1