fb_bench: mark wand_quad as not supported

We do not have a framebuffer driver on Wandboard yet.

Ref #2268
This commit is contained in:
Martin Stein 2017-01-31 13:02:43 +01:00 committed by Norman Feske
parent ae91ca012e
commit 066a5e9670

View File

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