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:
parent
beff8e4adb
commit
c005b004ae
|
|
@ -19,7 +19,7 @@ KERNEL_DEVICETREE ?= " \
|
|||
digi/ccimx8mn-dvk.dtb \
|
||||
"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttymxc2"
|
||||
SERIAL_CONSOLES ?= "115200;ttymxc0"
|
||||
|
||||
# Bluetooth tty
|
||||
BT_TTY ?= "ttymxc1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue