summaryrefslogtreecommitdiff
path: root/include/configs
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:18:43 -0500
commita09f718e5ace202dd14426a030268ea11c7a9ba5 (patch)
tree1e3b0e4aefb65c0b5b904bd532eeb6fce215cad7 /include/configs
parente0d7695767f2b54205c712d935f43869322034f9 (diff)
downloadu-boot-imx-a09f718e5ace202dd14426a030268ea11c7a9ba5.zip
u-boot-imx-a09f718e5ace202dd14426a030268ea11c7a9ba5.tar.gz
u-boot-imx-a09f718e5ace202dd14426a030268ea11c7a9ba5.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>
Diffstat (limited to 'include/configs')
-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"\