fb_bench: correct "platform not supported" message

Ref #2268
This commit is contained in:
Martin Stein 2017-01-31 12:12:18 +01:00 committed by Norman Feske
parent 77e266d1ff
commit ae91ca012e

View File

@ -3,7 +3,9 @@
#
if {[have_spec odroid_xu]} {
puts "Run script not supported for this platform."; exit 0 }
puts "\n Run script is not supported on this platform. \n";
exit 0
}
set build_components { core init test/fb_bench drivers/framebuffer drivers/timer }