beaglev: Adjust machine conf for renamed device tree file

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-06-07 10:27:41 -07:00
committed by Alistair Francis
parent 4b1cfe89fd
commit 98742ca775

View File

@@ -30,7 +30,7 @@ SERIAL_CONSOLES = "115200;ttyS0"
MACHINE_EXTRA_RRECOMMENDS += " kernel-modules linux-firmware-beaglev-bcm43430"
IMAGE_FSTYPES += "wic.gz wic.bmap ext4"
KERNEL_DEVICETREE ?= "starfive/jh7100-starlight.dtb"
KERNEL_DEVICETREE ?= "starfive/jh7100-beaglev-starlight.dtb"
## Do not update fstab file when using wic images
WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update"