mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
foc: prevent region overlap on i.MX6 Sabrelite
This commit is contained in:
parent
161f39f7af
commit
328c1ad96e
@ -16,7 +16,7 @@ proc core_link_address { } {
|
||||
if {[have_spec pbxa9 ]} { return "0x76000000" }
|
||||
if {[have_spec odroid_x2]} { return "0x80100000" }
|
||||
if {[have_spec imx53 ]} { return "0x70140000" }
|
||||
if {[have_spec imx6q_sabrelite ]} { return "0x10140000" }
|
||||
if {[have_spec imx6q_sabrelite ]} { return "0x14000000" }
|
||||
|
||||
puts stderr "Error: platform not supported, core link address unknown"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user