fb_bench: do not test on zynq

There is currently no FB driver for zynq.

Ref #2268
This commit is contained in:
Martin Stein 2017-02-01 14:23:17 +01:00 committed by Norman Feske
parent f9389109bf
commit 102676b1c1

View File

@ -2,7 +2,7 @@
# Build
#
if {[have_spec odroid_xu] || [have_spec wand_quad]} {
if {[have_spec odroid_xu] || [have_spec wand_quad] || [have_spec zynq]} {
puts "\n Run script is not supported on this platform. \n";
exit 0
}