From: Fabio Estevam Date: Wed, 28 Mar 2012 09:45:26 +0000 (+0000) Subject: mx6qsabrelite: Fix the serial console port X-Git-Tag: v2012.04-rc2~1^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4ac6cb6af107ce62754dd3bfc7ff31a92e7e2c8;p=platform%2Fkernel%2Fu-boot.git mx6qsabrelite: Fix the serial console port On mx6qsabrelite the console is ttymxc1. Signed-off-by: Fabio Estevam --- 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" \