fix(netmodule-hw34): fix consoles definitions
LINUX_CONSOLE is not used anywhere, but KERNEL_CONSOLE is. SERIAL_CONSOLES was missing and usign the default from included files that included ttyS0 that we don't need. id:502637
This commit is contained in:
parent
1929136249
commit
fd9b3e0a0f
|
|
@ -6,7 +6,9 @@ KERNEL_DEVICETREE = " \
|
|||
|
||||
UBOOT_MACHINE = "am64x_netmodule_hw34_a53_defconfig"
|
||||
|
||||
LINUX_CONSOLE ?= "ttyS2,115200n8"
|
||||
KERNEL_CONSOLE = "ttyS2"
|
||||
SERIAL_CONSOLES = "115200;ttyS2"
|
||||
|
||||
|
||||
APPEND += "console=ttyS2,115200"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue