Skip to content

Commit 6e5fe7e

Browse files
authored
Remove bios none
1 parent 0677b89 commit 6e5fe7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nuttx.exp

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ spawn qemu-system-riscv64 \
1212
-semihosting \
1313
-M virt,aclint=on \
1414
-cpu rv64 \
15-
-bios none \
1615
-kernel nuttx \
1716
-nographic
1817

@@ -61,4 +60,4 @@ expect {
6160
puts "\n===== Error: Test Failed\n"
6261
exit 1
6362
}
64-
}
63+
}

0 commit comments

Comments
 (0)