From 3e0314e8be1164489beb169b824fb39ab885b3de Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 8 Aug 2021 11:54:03 +0200 Subject: bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALT Remove the BSP_POWER_DOWN_AT_FATAL_HALT BSP option. Applications should do the customization of the system termination with an initial fatal extension. --- spec/build/bsps/sparc/erc32/bsperc32.yml | 3 --- spec/build/bsps/sparc/erc32/optpwrdwnhlt.yml | 16 ---------------- 2 files changed, 19 deletions(-) delete mode 100644 spec/build/bsps/sparc/erc32/optpwrdwnhlt.yml (limited to 'spec/build/bsps/sparc/erc32') diff --git a/spec/build/bsps/sparc/erc32/bsperc32.yml b/spec/build/bsps/sparc/erc32/bsperc32.yml index 4ca351cd61..f373d67b6d 100644 --- a/spec/build/bsps/sparc/erc32/bsperc32.yml +++ b/spec/build/bsps/sparc/erc32/bsperc32.yml @@ -37,8 +37,6 @@ links: uid: objsmp - role: build-dependency uid: optconirq -- role: build-dependency - uid: optpwrdwnhlt - role: build-dependency uid: ../grp - role: build-dependency @@ -71,5 +69,4 @@ source: - bsps/sparc/shared/irq/bsp_isr_handler.c - bsps/sparc/shared/irq/irq-shared.c - bsps/sparc/shared/start/bsp_fatal_exit.c -- bsps/sparc/shared/start/bsp_fatal_halt.c type: build diff --git a/spec/build/bsps/sparc/erc32/optpwrdwnhlt.yml b/spec/build/bsps/sparc/erc32/optpwrdwnhlt.yml deleted file mode 100644 index d35c800e09..0000000000 --- a/spec/build/bsps/sparc/erc32/optpwrdwnhlt.yml +++ /dev/null @@ -1,16 +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: true - value: false -description: | - If defined, CPU is spinning on fatal exit. Otherwise generate system error which will hand over to debugger, simulator, etc. -enabled-by: true -links: [] -name: BSP_POWER_DOWN_AT_FATAL_HALT -type: build -- cgit v1.2.3