fb_bench: disable automated test for imx7d_sabre

This platform hasn't a fb_drv yet.
This commit is contained in:
Stefan Kalkowski 2019-05-08 10:50:24 +02:00 committed by Christian Helmuth
parent c5fee20286
commit 9135be8d5f
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
if {[have_spec odroid_xu] || [have_spec imx6q_sabrelite] || [have_spec zynq] || [have_spec imx53] && [have_spec foc]} {
if {[have_spec odroid_xu] ||
[have_spec imx7d_sabre] ||
[have_spec imx6q_sabrelite] ||
[have_spec zynq] ||
[have_spec imx53] && [have_spec foc]} {
puts "\n Run script is not supported on this platform. \n";
exit 0
}