Disable noux_tool_chain_auto on foc/imx7d_sabre

The bootstrapper always fails with

  fatal: could not find free RAM region for modules

in this scenario.
This commit is contained in:
Christian Helmuth 2019-11-27 10:35:25 +01:00
parent f23c70e068
commit 1deab4a67f
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ if {[get_cmd_switch --autopilot] && [have_include "power_on/qemu"]} {
exit 0
}
if {[have_spec pistachio] || [have_spec sel4]} {
if {[have_spec pistachio] || [have_spec sel4] ||
[expr [have_spec foc] && [have_spec imx7d_sabre]] } {
puts "Platform is unsupported."
exit 0
}