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