summaryrefslogtreecommitdiff
path: root/include/configs/mx6q_sabrelite_android.h
diff options
context:
space:
mode:
authorXinyu Chen <b03824@freescale.com>2012-01-13 14:22:38 +0800
committerXinyu Chen <b03824@freescale.com>2012-01-13 14:22:38 +0800
commit630bee9f3f76f5f6724d7b4ce10dd3239ee28553 (patch)
tree808e19abb5e58d7f9e7d8c2ea7e004d276a89cab /include/configs/mx6q_sabrelite_android.h
parent35056bb16d68df8101ac1a85a82766cc35c32785 (diff)
ENGR00171968 mx6q sabrelite: fixup the sabrelite default bootargs typo
change default console to ttymxc1 Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
Diffstat (limited to 'include/configs/mx6q_sabrelite_android.h')
-rw-r--r--include/configs/mx6q_sabrelite_android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabrelite_android.h b/include/configs/mx6q_sabrelite_android.h
index c9e1f7307a2..8d5526ec51a 100644
--- a/include/configs/mx6q_sabrelite_android.h
+++ b/include/configs/mx6q_sabrelite_android.h
@@ -148,7 +148,7 @@
"ethprime=FEC0\0" \
"ethaddr=00:04:9f:00:ea:d3\0" \
"bootfile=uImage\0" \
- "bootargs=console=ttymxc0,115200 init=/init rw " \
+ "bootargs=console=ttymxc1,115200 init=/init rw " \
"video=mxcfb0 fbmem=10M vmalloc=400M enable_wait_mode=off\0" \
"bootcmd_SD=mmc dev 1;" \
"mmc read ${loadaddr} 0x800 0x2000;" \