diff options
author | Eric Sun <jian.sun@freescale.com> | 2012-02-02 18:46:34 +0800 |
---|---|---|
committer | Eric Sun <jian.sun@freescale.com> | 2012-02-03 09:56:49 +0800 |
commit | d774b97d4b04f1fdb0810c1a9a8a70f74318a9d6 (patch) | |
tree | ab70e553d740441afd742c19a4a4a24b1a1f870c /include/configs/mx6q_sabresd.h | |
parent | e07dc76eb140f06f9c97900c67e50474b0da26ec (diff) | |
download | u-boot-imx-d774b97d4b04f1fdb0810c1a9a8a70f74318a9d6.zip u-boot-imx-d774b97d4b04f1fdb0810c1a9a8a70f74318a9d6.tar.gz u-boot-imx-d774b97d4b04f1fdb0810c1a9a8a70f74318a9d6.tar.bz2 |
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 <jian.sun@freescale.com>
Diffstat (limited to 'include/configs/mx6q_sabresd.h')
-rw-r--r-- | include/configs/mx6q_sabresd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabresd.h b/include/configs/mx6q_sabresd.h index 021d20f..f253f93 100644 --- a/include/configs/mx6q_sabresd.h +++ b/include/configs/mx6q_sabresd.h @@ -118,7 +118,7 @@ "uboot=u-boot.bin\0" \ "kernel=uImage\0" \ "nfsroot=/opt/eldk/arm\0" \ - "bootargs_base=setenv bootargs console=ttymxc3,115200\0"\ + "bootargs_base=setenv bootargs console=ttymxc0,115200\0"\ "bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs "\ "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0"\ "bootcmd_net=run bootargs_base bootargs_nfs; " \ |