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 */