mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
Disable noux run script for i.MX53 platform
This platform misses necessary UART driver support.
This commit is contained in:
parent
86d323d3cf
commit
ef4027a7a8
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user