From fdde5b651a97befed4fc6bf45417c2bb1dab6d45 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 29 Mar 2012 13:37:33 -0300 Subject: 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 --- conf/machine/imx6qsabrelite.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf index ca6c602..f2bd42f 100644 --- a/conf/machine/imx6qsabrelite.conf +++ b/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" -- cgit v1.2.3-54-g00ecf