diff options
author | Xinyu Chen <b03824@freescale.com> | 2012-01-13 14:22:38 +0800 |
---|---|---|
committer | Xinyu Chen <b03824@freescale.com> | 2012-01-13 14:22:38 +0800 |
commit | 630bee9f3f76f5f6724d7b4ce10dd3239ee28553 (patch) | |
tree | 808e19abb5e58d7f9e7d8c2ea7e004d276a89cab /include/configs | |
parent | 35056bb16d68df8101ac1a85a82766cc35c32785 (diff) | |
download | u-boot-imx-630bee9f3f76f5f6724d7b4ce10dd3239ee28553.zip u-boot-imx-630bee9f3f76f5f6724d7b4ce10dd3239ee28553.tar.gz u-boot-imx-630bee9f3f76f5f6724d7b4ce10dd3239ee28553.tar.bz2 |
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')
-rw-r--r-- | include/configs/mx6q_sabrelite_android.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabrelite_android.h b/include/configs/mx6q_sabrelite_android.h index c9e1f73..8d5526e 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;" \ |