mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-30 06:04:25 +00:00
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:
parent
f23c70e068
commit
1deab4a67f
@ -19,7 +19,8 @@ if {[get_cmd_switch --autopilot] && [have_include "power_on/qemu"]} {
|
|||||||
exit 0
|
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."
|
puts "Platform is unsupported."
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user