[meta-xilinx] [PATCH] tune-zynq: Change ABI to hard-float with thumb

Manjukumar Matha manjukumar.harthikote-matha at xilinx.com
Tue Feb 23 15:08:44 PST 2016


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 <manjukumar.harthikote-matha at xilinx.com>
---
 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 6ecfe89..cb0ebec 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
-- 
2.1.4




More information about the meta-xilinx mailing list