mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
fb_bench: do not test on zynq
There is currently no FB driver for zynq. Ref #2268
This commit is contained in:
committed by
Norman Feske
parent
f9389109bf
commit
102676b1c1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user