sd_card_bench: disable on rpi

This commit is contained in:
Christian Helmuth 2022-09-21 16:05:32 +02:00
parent 0ead7eacfd
commit ef269ea2e0

View File

@ -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
}