xref: /rk3399_ARM-atf/plat/arm/board/tc/tc_security.c (revision 06f3c7058c42a9f1a9f7df75ea2de71a000855e8)
1 /*
2  * Copyright (c) 2024, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #include <plat/arm/common/plat_arm.h>
8 #include <platform_def.h>
9 
10 /* Initialize the secure environment */
11 void plat_arm_security_setup(void)
12 {
13 
14 }
15