Disable noux run script for i.MX53 platform

This platform misses necessary UART driver support.
This commit is contained in:
Stefan Kalkowski 2013-07-11 11:43:20 +02:00 committed by Christian Helmuth
parent 86d323d3cf
commit ef4027a7a8
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
if {[have_spec linux]} {
puts "\nLinux not supported because of missing UART driver\n"
if {[expr [have_spec linux] || [have_spec platform_imx53]]} {
puts "\nPlatform not supported because of missing UART driver\n"
exit 0
}