mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
Fix serial console
The SERIAL_CONSOLE variable is deprecated. http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-SERIAL_CONSOLE
This commit is contained in:
parent
1f44fb069c
commit
f0605c1e48
|
@ -16,5 +16,5 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rockchip-3.0"
|
|||
IMAGE_CLASSES += "rockchip-update-img"
|
||||
IMAGE_FSTYPES += "ext3 tar.gz rockchip-update-img"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyFIQ0"
|
||||
SERIAL_CONSOLES = "115200;ttyFIQ0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user