feat(mediatek): move plat_helpers.h to the common folder

The plat_helpers.h is identical across various platforms, moved to the
common folder for easier maintenance.

Change-Id: Ic9f10c697fcda7e3cfbf32e67486c9cd28481b8a
Signed-off-by: Gavin Liu <gavin.liu@mediatek.com>
This commit is contained in:
Gavin Liu 2024-11-05 11:08:28 +08:00 committed by Gavin Liu
parent 0a4cecadd7
commit b741293f34
4 changed files with 1 additions and 37 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2024, Mediatek Inc. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/

View file

@ -1,12 +0,0 @@
/*
* Copyright (c) 2021, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __PLAT_HELPERS_H__
#define __PLAT_HELPERS_H__
unsigned int plat_mediatek_calc_core_pos(u_register_t mpidr);
#endif /* __PLAT_HELPERS_H__ */

View file

@ -1,12 +0,0 @@
/*
* Copyright (c) 2020, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __PLAT_HELPERS_H__
#define __PLAT_HELPERS_H__
unsigned int plat_mediatek_calc_core_pos(u_register_t mpidr);
#endif /* __PLAT_HELPERS_H__ */

View file

@ -1,12 +0,0 @@
/*
* Copyright (c) 2021, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __PLAT_HELPERS_H__
#define __PLAT_HELPERS_H__
unsigned int plat_mediatek_calc_core_pos(u_register_t mpidr);
#endif /* __PLAT_HELPERS_H__ */