tool_chain_auto: disable on unsupported platforms

all: imx53_qsb_tz, rpi
foc: imx6q_sabrelite
This commit is contained in:
Christian Helmuth 2022-09-21 15:48:11 +02:00
parent c8dd433e8b
commit 0ead7eacfd

View File

@ -4,6 +4,8 @@ if {[get_cmd_switch --autopilot] && [have_include "power_on/qemu"]} {
} }
if {[have_spec pistachio] || [have_spec sel4] || if {[have_spec pistachio] || [have_spec sel4] ||
[have_board imx53_qsb_tz] || [have_board rpi] ||
[expr [have_spec foc] && [have_board imx6q_sabrelite]] ||
[expr [have_spec foc] && [have_board imx7d_sabre]] } { [expr [have_spec foc] && [have_board imx7d_sabre]] } {
puts "Platform is unsupported." puts "Platform is unsupported."
exit 0 exit 0