mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00
conf: machine: firefly: Use the right devicetree board now it is present on upstream
This commit is contained in:
parent
5d87a47878
commit
f2d938fbb3
|
@ -11,4 +11,4 @@ require conf/machine/include/tune-cortexa15.inc
|
|||
PREFERRED_PROVIDER_virtual/kernel = "linux"
|
||||
SERIAL_CONSOLES = "115200;ttyS2"
|
||||
KERNEL_IMAGETYPE = "zImage"
|
||||
KERNEL_DEVICETREE_NAME = "rk3288-evb-act8846"
|
||||
KERNEL_DEVICETREE_NAME = "rk3288-firefly"
|
||||
|
|
|
@ -20,7 +20,7 @@ PR = "r1"
|
|||
PV = "${LINUX_VERSION}+git-${TAG}"
|
||||
|
||||
# Include only supported boards for now
|
||||
COMPATIBLE_MACHINE = "(radxa-rock|mars-board)"
|
||||
COMPATIBLE_MACHINE = "(radxa-rock|mars-board|firefly)"
|
||||
|
||||
# Build the devicetree blob in kernel_do_compile
|
||||
KERNEL_ALT_IMAGETYPE = "${KERNEL_DEVICETREE_NAME}.dtb"
|
||||
|
|
Loading…
Reference in New Issue
Block a user