diff options
author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2016-02-23 15:08:44 -0800 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-02-29 22:44:43 +1000 |
commit | 2aa978a72ea45f121f1cfb37172f02afe2c11bd2 (patch) | |
tree | 4877e61a0cb2ad7b26ba75521848feb2d9465ab8 | |
parent | f83fdd7bd745a77ee9dab221bc59229510e248dd (diff) | |
download | meta-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.inc | 2 |
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 @@ | |||
1 | DEFAULTTUNE ?= "cortexa9-neon" | 1 | DEFAULTTUNE ?= "cortexa9thf-neon" |
2 | SOC_FAMILY ?= "zynq" | 2 | SOC_FAMILY ?= "zynq" |
3 | 3 | ||
4 | require conf/machine/include/tune-cortexa9.inc | 4 | require conf/machine/include/tune-cortexa9.inc |