From: Fabio Estevam Date: Thu, 29 Mar 2012 16:37:33 +0000 (-0300) Subject: mx6qsabrelite: Fix console port X-Git-Tag: 2.1~1878 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d470b420a3d234459af3abbc20ba71bc427740dc;p=meta-freescale.git mx6qsabrelite: Fix console port On mx6qsabrelite the console port is ttymxc1. Override the SERIAL_CONSOLE definition from conf/machine/include/imx-base.inc. Signed-off-by: Fabio Estevam --- diff --git a/meta-fsl-arm/conf/machine/imx6qsabrelite.conf b/meta-fsl-arm/conf/machine/imx6qsabrelite.conf index ca6c6028..f2bd42fd 100644 --- a/meta-fsl-arm/conf/machine/imx6qsabrelite.conf +++ b/meta-fsl-arm/conf/machine/imx6qsabrelite.conf @@ -11,3 +11,5 @@ SOC_FAMILY = "mx6" UBOOT_ENTRYPOINT = "0x10800000" UBOOT_LOADADDRESS = "0x10800000" UBOOT_MACHINE = "mx6qsabrelite_config" + +SERIAL_CONSOLE = "115200 ttymxc1"