summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2016-02-23 15:08:44 -0800
committerNathan Rossi <nathan@nathanrossi.com>2016-02-29 22:44:43 +1000
commit2aa978a72ea45f121f1cfb37172f02afe2c11bd2 (patch)
tree4877e61a0cb2ad7b26ba75521848feb2d9465ab8
parentf83fdd7bd745a77ee9dab221bc59229510e248dd (diff)
downloadmeta-xilinx-2aa978a72ea45f121f1cfb37172f02afe2c11bd2.tar.gz
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 <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--conf/machine/include/tune-zynq.inc2
1 files changed, 1 insertions, 1 deletions
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 @@
1DEFAULTTUNE ?= "cortexa9-neon" 1DEFAULTTUNE ?= "cortexa9thf-neon"
2SOC_FAMILY ?= "zynq" 2SOC_FAMILY ?= "zynq"
3 3
4require conf/machine/include/tune-cortexa9.inc 4require conf/machine/include/tune-cortexa9.inc