From f53e4a2eed4fe7581711c6feb59f8e8ab249cf29 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Tue, 11 Jul 2023 17:36:40 -0600 Subject: microblaze-generic: Add target fpu hard TUNE FEATURES Since microblaze-generic machine conf file uses kcu105 xsa, target fpu hard TUNE_FEATURES were missing hence add it. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/machine/microblaze-generic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-core/conf/machine/microblaze-generic.conf b/meta-xilinx-core/conf/machine/microblaze-generic.conf index db1476ed..9b811aa5 100644 --- a/meta-xilinx-core/conf/machine/microblaze-generic.conf +++ b/meta-xilinx-core/conf/machine/microblaze-generic.conf @@ -12,7 +12,7 @@ MACHINEOVERRIDES =. "${@['', 'microblaze-generic:']['microblaze-generic' != '${M #### Regular settings follow # Set the default for a modern full feature microblaze... -TUNE_FEATURES:tune-microblaze ?= "microblaze v11.0 barrel-shift pattern-compare reorder divide-hard multiply-high" +TUNE_FEATURES:tune-microblaze ?= "microblaze v11.0 pattern-compare barrel-shift divide-hard multiply-high fpu-hard reorder" DEFAULTTUNE ?= "microblaze" # Variables that changes based on hw design or board specific requirement must be -- cgit v1.2.3-54-g00ecf