diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-03-28 09:45:26 (GMT) |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-04-16 12:53:58 (GMT) |
commit | f4ac6cb6af107ce62754dd3bfc7ff31a92e7e2c8 (patch) | |
tree | 874b241bc670600e3a4ef077c7ec7cc8cecaa451 /include/configs | |
parent | b6e80e24857a273e6c5c89e74f5d6a918dd2563f (diff) | |
download | u-boot-fsl-qoriq-f4ac6cb6af107ce62754dd3bfc7ff31a92e7e2c8.tar.xz |
mx6qsabrelite: Fix the serial console port
On mx6qsabrelite the console is ttymxc1.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6qsabrelite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index c851559..f52c3c7 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -116,7 +116,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "script=boot.scr\0" \ "uimage=uImage\0" \ - "console=ttymxc3\0" \ + "console=ttymxc1\0" \ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ "mmcdev=0\0" \ |