[meta-freescale] [3rdparty][PATCH 7/7] apalis/colibri-imx6.conf: remove inactive SERIAL_CONSOLE assignment

Max Krummenacher max.oss.09 at gmail.com
Mon Jul 16 05:25:43 PDT 2018


imx-base.inc unconditionally sets SERIAL_CONSOLE to ttymxc0.
So assigning with ?= here to the same value does nothing and may
confuse if someone wants to assign to a different UART.

Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
---
 conf/machine/apalis-imx6.conf  | 2 --
 conf/machine/colibri-imx6.conf | 2 --
 2 files changed, 4 deletions(-)

diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf
index 02a34d2..e516342 100644
--- a/conf/machine/apalis-imx6.conf
+++ b/conf/machine/apalis-imx6.conf
@@ -32,6 +32,4 @@ IMAGE_FSTYPES += "tar.xz"
 # wic support
 WKS_FILE = "sdimage-bootpart.wks"
 
-SERIAL_CONSOLE ?= "115200 ttymxc0"
-
 MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g pci"
diff --git a/conf/machine/colibri-imx6.conf b/conf/machine/colibri-imx6.conf
index 46ce944..badd206 100644
--- a/conf/machine/colibri-imx6.conf
+++ b/conf/machine/colibri-imx6.conf
@@ -30,6 +30,4 @@ IMAGE_FSTYPES += "tar.xz"
 # wic support
 WKS_FILE = "sdimage-bootpart.wks"
 
-SERIAL_CONSOLE ?= "115200 ttymxc0"
-
 MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g"
-- 
2.13.6



More information about the meta-freescale mailing list