run: remove vanished kernel/platform specifier

This commit is contained in:
Stefan Kalkowski
2017-01-03 13:17:41 +01:00
committed by Norman Feske
parent fa834e34eb
commit fc273f3840
38 changed files with 77 additions and 78 deletions

View File

@ -4,7 +4,7 @@
# \date 2011-05-27
#
if {[have_spec hw_odroid_xu] || [have_spec hw_zynq]} {
if {[have_spec odroid_xu] || [have_spec zynq]} {
puts "Run script does not support this platform."
exit 0
}