mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
eb4cc5937f
commit
ccd17aa400
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user