mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
machine: radxarock: use linux-rockchip by default
This is the kernel vendor that supports all hw components for this board, so we use it by default. Reviewed-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Romain Perier <romain.perier@gmail.com>
This commit is contained in:
parent
0f7f53c00e
commit
e50c375578
|
@ -9,6 +9,7 @@
|
|||
|
||||
require conf/machine/include/rk3188.inc
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux"
|
||||
SERIAL_CONSOLES ?= "115200;ttyS2"
|
||||
KERNEL_DEVICETREE = "rk3188-radxarock.dtb"
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-rockchip"
|
||||
SERIAL_CONSOLES ?= "115200;ttyFIQ0"
|
||||
KERNEL_DEVICETREE ?= "rk3188-radxarock.dtb"
|
||||
OLDEST_KERNEL ?= "3.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user