apalis/colibri-imx6.conf: remove inactive SERIAL_CONSOLE assignment

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@toradex.com>
This commit is contained in:
Max Krummenacher 2018-07-18 15:30:50 +02:00 committed by Fabio Berton
parent eb4cc5937f
commit ccd17aa400
2 changed files with 0 additions and 4 deletions

View File

@ -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"

View File

@ -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"