Commit fbf83ccc authored by RCqaq's avatar RCqaq
Browse files

fix: Makefile

parent b303fbe4
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -174,7 +174,7 @@ ifeq ($(platform), visionfive)
@make build
@$(OBJCOPY) $T/kernel --strip-all -O binary $(image)
@cp $(image) kernel-vf2.bin
@cd ../obensbi
@cd ../opensbi
@make ARCH=riscv CROSS_COMPILE=riscv64-unknown-linux-gnu- PLATFORM=generic FW_PAYLOAD_PATH=../oskernel2024-galaxyos/kernel-vf2.bin FW_FDT_PATH=../u-boot/arch/riscv/dts/starfive_visionfive2.dtb FW_TEXT_START=0x40000000
else
kernel-qemu
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment