summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-03-28 09:45:26 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-04-16 14:53:58 +0200
commitf4ac6cb6af107ce62754dd3bfc7ff31a92e7e2c8 (patch)
tree874b241bc670600e3a4ef077c7ec7cc8cecaa451 /include
parentb6e80e24857a273e6c5c89e74f5d6a918dd2563f (diff)
downloadblackbird-obmc-uboot-f4ac6cb6af107ce62754dd3bfc7ff31a92e7e2c8.tar.gz
blackbird-obmc-uboot-f4ac6cb6af107ce62754dd3bfc7ff31a92e7e2c8.zip
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')
-rw-r--r--include/configs/mx6qsabrelite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
index c851559bf8..f52c3c7637 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" \
OpenPOWER on IntegriCloud