From 2aa978a72ea45f121f1cfb37172f02afe2c11bd2 Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Tue, 23 Feb 2016 15:08:44 -0800 Subject: tune-zynq: Change ABI to hard-float with thumb Zynq-7000 devices support hard-float with thumb-2 instruction set. Xilinx SDK toolchain with hard-float enabled will be available from v2016.1 release. Hence the ABI needs to change to match the toolchain. Signed-off-by: Manjukumar Matha Signed-off-by: Nathan Rossi --- conf/machine/include/tune-zynq.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc index 6ecfe89e..cb0ebec1 100644 --- a/conf/machine/include/tune-zynq.inc +++ b/conf/machine/include/tune-zynq.inc @@ -1,4 +1,4 @@ -DEFAULTTUNE ?= "cortexa9-neon" +DEFAULTTUNE ?= "cortexa9thf-neon" SOC_FAMILY ?= "zynq" require conf/machine/include/tune-cortexa9.inc -- cgit v1.2.3-54-g00ecf