summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Xu <b45815@freescale.com>2014-07-24 14:10:42 -0500
committerAllen Xu <b45815@freescale.com>2014-07-24 14:10:42 -0500
commit3b64da6b49a500d1cfe0f98c0f3b9d71e7e611ae (patch)
tree8f3763fde3424dbbdf7c2033198eb90762e87c72
parent3ed0145c5ca7e0145f3f677edd998a93f7482000 (diff)
downloadu-boot-imx-3b64da6b49a500d1cfe0f98c0f3b9d71e7e611ae.zip
u-boot-imx-3b64da6b49a500d1cfe0f98c0f3b9d71e7e611ae.tar.gz
u-boot-imx-3b64da6b49a500d1cfe0f98c0f3b9d71e7e611ae.tar.bz2
ENGR00324352 Set console value to show log info for mfgtool nand download
set console value to show download log info for mfgtool NAND download. Signed-off-by: Allen Xu <b45815@freescale.com>
-rw-r--r--include/configs/mx6sx_arm2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6sx_arm2.h b/include/configs/mx6sx_arm2.h
index acb3caa..fe0f15d 100644
--- a/include/configs/mx6sx_arm2.h
+++ b/include/configs/mx6sx_arm2.h
@@ -173,6 +173,7 @@
CONFIG_VIDEO_MODE \
"fdt_addr=0x83000000\0" \
"fdt_high=0xffffffff\0" \
+ "console=ttymxc0\0" \
"bootargs=console=ttymxc0,115200 ubi.mtd=3 " \
"root=ubi0:rootfs rootfstype=ubifs " \
"mtdparts=gpmi-nand:16m(boot),16m(kernel),16m(dtb),-(rootfs)\0"\