xref: /rk3399_ARM-atf/plat/arm/board/n1sdp/n1sdp_security.c (revision afa5cfea6079bf7a10db53edcc72e6b8fa05c600)
1 /*
2  * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 /*
8  * TZC programming is currently not done.
9  */
10 void plat_arm_security_setup(void)
11 {
12 }
13