diff options
author | Lily Zhang <r58066@freescale.com> | 2012-02-20 19:38:29 +0800 |
---|---|---|
committer | Lily Zhang <r58066@freescale.com> | 2012-02-27 13:01:10 +0800 |
commit | 7d6fd7e5ba4d5cd35caa75112289d9cec0804007 (patch) | |
tree | c55216e4667ed5d7881dce8b4d7a3a63e594aff1 | |
parent | 39320e8b20031f7a5f670cf5bd8eeb1a0954eb98 (diff) | |
download | u-boot-imx-7d6fd7e5ba4d5cd35caa75112289d9cec0804007.zip u-boot-imx-7d6fd7e5ba4d5cd35caa75112289d9cec0804007.tar.gz u-boot-imx-7d6fd7e5ba4d5cd35caa75112289d9cec0804007.tar.bz2 |
ENGR00174868 mx6dl arm2: change the default console as ttymxc3
The default console on i.MX6DL ARM2 CPU board is
ttymxc3
Signed-off-by: Lily Zhang <r58066@freescale.com>
-rw-r--r-- | include/configs/mx6dl_arm2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6dl_arm2.h b/include/configs/mx6dl_arm2.h index 48b9066..eaa9a34 100644 --- a/include/configs/mx6dl_arm2.h +++ b/include/configs/mx6dl_arm2.h @@ -118,7 +118,7 @@ "uboot=u-boot.bin\0" \ "kernel=uImage\0" \ "nfsroot=/opt/eldk/arm\0" \ - "bootargs_base=setenv bootargs console=ttymxc0,115200 "\ + "bootargs_base=setenv bootargs console=ttymxc3,115200 "\ "nosmp enable_wait_mode=off\0" \ "bootargs_nfs=setenv bootargs ${bootargs} root=/dev/nfs "\ "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0"\ |