From 2765b1106eac25801585e1d85a28fe6a39f3def7 Mon Sep 17 00:00:00 2001 From: Yuke Peng Date: Fri, 4 Oct 2024 09:20:35 +0800 Subject: [PATCH] Remove unused field in OSDK config file --- OSDK.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/OSDK.toml b/OSDK.toml index 3d9ce1a71..b9ea2878a 100644 --- a/OSDK.toml +++ b/OSDK.toml @@ -76,7 +76,6 @@ qemu.args = """\ boot.method = "qemu-direct" build.strip_elf = false -qemu.path = "./qemu-system-riscv64" qemu.args = """\ -cpu rv64,zba=true,zbb=true \ -machine virt \