xref: /rk3399_ARM-atf/plat/arm/board/tc/tc_security.c (revision 105345437db55ebc0abfceef60787c7d5877ffb6)
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