noux_tool_chain_auto: enable imx6 and imx7 boards

Fix #3288
This commit is contained in:
Stefan Kalkowski 2019-04-11 13:03:58 +02:00 committed by Christian Helmuth
parent f074954d3d
commit 0e94d7410d

View File

@ -59,13 +59,11 @@ if {[have_spec arm]} {
set noux_boot_timeout 350 set noux_boot_timeout 350
if {[have_spec panda]} { if {[have_spec panda]} { set platform "panda" }
set platform "panda" if {[have_spec arndale]} { set platform "arndale" }
}
if {[have_spec arndale]} {
set platform "arndale"
}
if {[have_spec pbxa9]} { set platform "pbxa9" } if {[have_spec pbxa9]} { set platform "pbxa9" }
if {[have_spec imx6q_sabrelite]} { set platform "imx6q_sabrelite" }
if {[have_spec imx7d_sabre]} { set platform "imx7d_sabre" }
if {![info exists platform]} { if {![info exists platform]} {
puts "\n Run script is not supported on this platform. \n" puts "\n Run script is not supported on this platform. \n"