mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
sd_card_bench: disable on rpi
This commit is contained in:
parent
0ead7eacfd
commit
ef269ea2e0
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user