summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf')
-rw-r--r--meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf13
1 files changed, 1 insertions, 12 deletions
diff --git a/meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf b/meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf
index 58804bfe..ccc80e90 100644
--- a/meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf
+++ b/meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf
@@ -1,17 +1,6 @@
1DEFAULTTUNE ?= "cortexr5" 1DEFAULTTUNE ?= "cortexr5"
2 2
3require conf/machine/include/arm/arch-arm.inc 3require tune-cortexrm.inc
4
5TUNEVALID[cortexr5] = "Enable Cortex-r5 specific processor optimizations"
6TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexr5', ' -mcpu=cortex-r5', '', d)}"
7
8AVAILTUNES += "cortexr5"
9
10ARMPKGARCH_tune-cortexr5 = "cortexr5"
11
12TUNE_FEATURES_tune-cortexr5 = "cortexr5"
13
14#PACKAGE_EXTRA_ARCHS_tune-cortexr5 = "cortexr5"
15 4
16SOC_FAMILY = "zynqmp" 5SOC_FAMILY = "zynqmp"
17 6