imx6qdl-pico: Fix the serial console port

On the imx6qdl-pico boards the console is provided by the
UART1 pins, so change it to ttymxc0.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
Fabio Estevam 2021-06-06 11:38:35 -03:00 committed by Otavio Salvador
parent 7f23af99cb
commit 5e9d1b3720

View File

@ -12,7 +12,7 @@ require conf/machine/include/tune-cortexa9.inc
IMX_DEFAULT_BSP = "mainline"
IMX_DEFAULT_BOOTLOADER = "u-boot-fslc"
SERIAL_CONSOLES = "115200;ttymxc4"
SERIAL_CONSOLES = "115200;ttymxc0"
SPL_BINARY = "SPL"
UBOOT_SUFFIX = "img"