ccimx8mn-dvk: fix SERIAL_CONSOLES to ttymxc0

The ccimx8mn console is on ttymxc0 (uart1 thanks to aliases).

https://jira.digi.com/browse/DEL-6876

Signed-off-by: Hector Bujanda <hector.bujanda@digi.com>
This commit is contained in:
Hector Bujanda 2020-01-22 10:54:05 +01:00
parent beff8e4adb
commit c005b004ae
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ KERNEL_DEVICETREE ?= " \
digi/ccimx8mn-dvk.dtb \
"
SERIAL_CONSOLES ?= "115200;ttymxc2"
SERIAL_CONSOLES ?= "115200;ttymxc0"
# Bluetooth tty
BT_TTY ?= "ttymxc1"