From 8c3db5ceda660f62eba46d634c20d83c1a6b046d Mon Sep 17 00:00:00 2001 From: wangjiexun Date: Sat, 25 Nov 2023 17:30:53 +0800 Subject: [PATCH] riscv64/tiny-riscv-box: update opensbi path --- boards/riscv64/tiny-riscv-box/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/riscv64/tiny-riscv-box/Makefile b/boards/riscv64/tiny-riscv-box/Makefile index bb32823..e8957b5 100755 --- a/boards/riscv64/tiny-riscv-box/Makefile +++ b/boards/riscv64/tiny-riscv-box/Makefile @@ -32,6 +32,6 @@ CCPRE ?= riscv64-unknown-linux-musl- BIMAGE ?= $(BSP_UBOOT)/$(UBOOT)/u-boot.bin -BIOS ?= $(BSP_BIOS)/opensbi/generic/fw_dynamic.bin +BIOS ?= $(BSP_DIR)/opensbi/bin/fw_dynamic.bin ROOTFS ?= $(BSP_ROOT)/$(BUILDROOT)/rootfs.cpio.gz -- Gitee