From 089cb0f536ae5b8d0609d17443e257b4cba560e7 Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Thu, 18 Apr 2019 13:10:33 +0200 Subject: [PATCH] foc: change core link address for imx7d_sabre Fix #3298 --- 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 b1384d6743..ba72beee39 100644 --- a/tool/run/boot_dir/foc +++ b/tool/run/boot_dir/foc @@ -17,7 +17,7 @@ proc core_link_address { } { if {[have_spec odroid_x2]} { return "0x80100000" } if {[have_spec imx53 ]} { return "0x70140000" } if {[have_spec imx6q_sabrelite ]} { return "0x14000000" } - if {[have_spec imx7d_sabre ]} { return "0x80140000" } + if {[have_spec imx7d_sabre ]} { return "0x91000000" } puts stderr "Error: platform not supported, core link address unknown" exit 1