--- /dev/null
+Date: Wed, 28 Mar 2012 16:42:27 -0300
+Subject: [PATCH] mx6qsabrelite: Fix the serial console port
+
+On mx6qsabrelite the console is ttymxc1.
+
+Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
+---
+ 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 8bc8a83..2643817 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" \
+--
+1.7.1
+
DEPENDS_mxs += "elftosb-native"
-PR = "r2"
+PR = "r3"
SRCREV = "6751b05f855bbe56005d5b88d4eb58bcd52170d2"
SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git \
file://mx53-fix-uart-clock.patch \
file://mx6qsabrelite_add_CONFIG_REVISION_TAG.patch \
- file://mx6qsabrelite_add_MACH_TYPE_MX6Q_SABRELITE.patch "
+ file://mx6qsabrelite_add_MACH_TYPE_MX6Q_SABRELITE.patch \
+ file://mx6qsabrelite-fix-console.patch \
+ "
S = "${WORKDIR}/git"