foc: prevent region overlap on i.MX6 Sabrelite

This commit is contained in:
Stefan Kalkowski 2019-02-11 14:06:59 +01:00 committed by Norman Feske
parent 161f39f7af
commit 328c1ad96e

View File

@ -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