diff options
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf')
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/cortexr5-zynqmp.conf | 13 |
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 @@ | |||
| 1 | DEFAULTTUNE ?= "cortexr5" | 1 | DEFAULTTUNE ?= "cortexr5" |
| 2 | 2 | ||
| 3 | require conf/machine/include/arm/arch-arm.inc | 3 | require tune-cortexrm.inc |
| 4 | |||
| 5 | TUNEVALID[cortexr5] = "Enable Cortex-r5 specific processor optimizations" | ||
| 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexr5', ' -mcpu=cortex-r5', '', d)}" | ||
| 7 | |||
| 8 | AVAILTUNES += "cortexr5" | ||
| 9 | |||
| 10 | ARMPKGARCH_tune-cortexr5 = "cortexr5" | ||
| 11 | |||
| 12 | TUNE_FEATURES_tune-cortexr5 = "cortexr5" | ||
| 13 | |||
| 14 | #PACKAGE_EXTRA_ARCHS_tune-cortexr5 = "cortexr5" | ||
| 15 | 4 | ||
| 16 | SOC_FAMILY = "zynqmp" | 5 | SOC_FAMILY = "zynqmp" |
| 17 | 6 | ||
