Do not run usb_hid test on imx6q_sabrelite

We do not support the monolithic usb_drv on this platform.
This commit is contained in:
Christian Helmuth 2019-02-19 12:08:08 +01:00
parent a9d58e47cb
commit c749f577e6
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@ if { [get_cmd_switch --autopilot] &&
![have_spec arndale] &&
![have_spec panda] &&
![have_spec rpi] &&
![have_spec x86] &&
![have_spec imx6q_sabrelite]} {
![have_spec x86]} {
puts "Run script does not support autopilot mode on this platform"
exit 0
}