mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
sd_card_bench: disable on rpi
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#
|
||||
# Check for platform support
|
||||
#
|
||||
if {[get_cmd_switch --autopilot] && [have_board virt_qemu_riscv]} {
|
||||
if {[get_cmd_switch --autopilot] &&
|
||||
[expr [have_board virt_qemu_riscv] || [have_board rpi]]} {
|
||||
puts "Autopilot mode is not supported on this platform."
|
||||
exit 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user