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:
Romain Perier 2016-12-06 13:32:11 +01:00 committed by Trevor Woerner
parent 0f7f53c00e
commit e50c375578

View File

@ -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"