beaglev-starlight-jh7100: Use the u-boot DTB for OpenSBI

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
Alistair Francis
2021-06-03 08:57:48 +10:00
committed by Khem Raj
parent acc633ec4b
commit 7d7705abc9

View File

@@ -23,14 +23,14 @@ RISCV_SBI_PLAT = "generic"
## This sets u-boot as the default OpenSBI payload
RISCV_SBI_PAYLOAD ?= "u-boot.bin"
RISCV_SBI_FDT ?= "jh7100-starlight.dtb"
RISCV_SBI_FDT ?= "starfive_vic7100_beagle_v.dtb"
SERIAL_CONSOLES = "115200;ttyS0"
MACHINE_EXTRA_RRECOMMENDS += " kernel-modules linux-firmware-beaglev-bcm43430"
IMAGE_FSTYPES += "wic.gz wic.bmap ext4"
KERNEL_DEVICETREE ?= "starfive/${RISCV_SBI_FDT}"
KERNEL_DEVICETREE ?= "starfive/jh7100-starlight.dtb"
## Do not update fstab file when using wic images
WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update"
@@ -40,6 +40,8 @@ UBOOT_MACHINE = "starfive_vic7100_beagle_v_smode_defconfig"
UBOOT_ENTRYPOINT = "0x80200000"
UBOOT_DTB_LOADADDRESS = "0x82200000"
UBOOT_DTB = "1"
UBOOT_DTB_BINARY = "starfive_vic7100_beagle_v.dtb"
## wic default support
WKS_FILE_DEPENDS ?= " \