From 08f27b35aa8548f38daaf95bbb6967087423eeed Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 19 Sep 2024 07:43:31 +0200 Subject: [PATCH] arm/xilinx-zynqmp-rpu: Remove superfluous option --- spec/build/bsps/arm/xilinx-zynqmp-rpu/grp.yml | 2 -- .../arm/xilinx-zynqmp-rpu/optclkfastidle.yml | 21 ------------------- 2 files changed, 23 deletions(-) delete mode 100644 spec/build/bsps/arm/xilinx-zynqmp-rpu/optclkfastidle.yml diff --git a/spec/build/bsps/arm/xilinx-zynqmp-rpu/grp.yml b/spec/build/bsps/arm/xilinx-zynqmp-rpu/grp.yml index ad822776bb..22d2dfcd37 100644 --- a/spec/build/bsps/arm/xilinx-zynqmp-rpu/grp.yml +++ b/spec/build/bsps/arm/xilinx-zynqmp-rpu/grp.yml @@ -18,8 +18,6 @@ links: uid: ../start - role: build-dependency uid: abi -- role: build-dependency - uid: optclkfastidle - role: build-dependency uid: optclkuart - role: build-dependency diff --git a/spec/build/bsps/arm/xilinx-zynqmp-rpu/optclkfastidle.yml b/spec/build/bsps/arm/xilinx-zynqmp-rpu/optclkfastidle.yml deleted file mode 100644 index f0b83e1402..0000000000 --- a/spec/build/bsps/arm/xilinx-zynqmp-rpu/optclkfastidle.yml +++ /dev/null @@ -1,21 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -actions: -- get-boolean: null -- define-condition: null -build-type: option -copyrights: -- Copyright (C) 2020 embedded brains GmbH & Co. KG -default: -- enabled-by: - - arm/lm3s6965_qemu - - arm/realview_pbx_a9_qemu - - arm/xilinx_zynq_a9_qemu - value: true -- enabled-by: true - value: false -description: | - This sets a mode where the time runs as fast as possible when a clock ISR occurs while the IDLE thread is executing. This can significantly reduce simulation times. -enabled-by: true -links: [] -name: CLOCK_DRIVER_USE_FAST_IDLE -type: build