From 80a22dc024ff2d2e681f610d165cafe7dc7b6485 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 7 Mar 2024 15:04:58 +0100 Subject: [PATCH] aarch64/xilinx-zynqmp: Replace file header Use a template description. --- bsps/arm/xilinx-zynqmp/include/tm27.h | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/bsps/arm/xilinx-zynqmp/include/tm27.h b/bsps/arm/xilinx-zynqmp/include/tm27.h index 70fc99afbc..6b6a7c9f81 100644 --- a/bsps/arm/xilinx-zynqmp/include/tm27.h +++ b/bsps/arm/xilinx-zynqmp/include/tm27.h @@ -1,18 +1,15 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ + /** * @file - * @ingroup zynqmp_tm27 - * @brief Interrupt mechanisms for tm27 test. + * + * @ingroup RTEMSBSPsARMZynqMP + * + * @brief This header file provides a Time Test 27 support implementation. */ /* - * SPDX-License-Identifier: BSD-2-Clause - * - * Copyright (C) 2013 embedded brains GmbH & Co. KG - * - * Copyright (C) 2019 DornerWorks - * - * Written by Jeff Kubascik - * and Josh Whitehead + * Copyright (C) 2013, 2024 embedded brains GmbH & Co. KG * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -43,12 +40,6 @@ #ifndef __tm27_h #define __tm27_h -/** - * @defgroup zynqmp_tm27 TM27 Test Support - * @ingroup RTEMSBSPsARMZynqMP - * @brief Interrupt Mechanisms for tm27 test - */ - #include #endif /* __tm27_h */