file_vault_client.run: disable for riscv

Ref #5148
This commit is contained in:
Martin Stein 2024-04-01 15:31:09 +02:00 committed by Christian Helmuth
parent 0ef92baf9d
commit a7ff30d5a4

View File

@ -1,3 +1,8 @@
if {[have_spec riscv]} {
puts "\n Run script is not supported on this platform. \n";
exit 0
}
proc jent_avail { } {
if {[have_board pbxa9]} { return 0 }
if {[have_board zynq_qemu]} { return 0 }