From 328c1ad96e04a3dc336ee13ea0af1665d8aa0e26 Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Mon, 11 Feb 2019 14:06:59 +0100 Subject: [PATCH] foc: prevent region overlap on i.MX6 Sabrelite --- tool/run/boot_dir/foc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/run/boot_dir/foc b/tool/run/boot_dir/foc index a183bf3a82..68ae3a2561 100644 --- a/tool/run/boot_dir/foc +++ b/tool/run/boot_dir/foc @@ -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