xref: /rk3399_ARM-atf/plat/arm/board/corstone1000/common/corstone1000_security.c (revision 24872370fa466e77ee7cbcac1ce780a93882fad7)
1 /*
2  * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 /*
8  * We assume that all security programming is done by the primary core.
9  */
plat_arm_security_setup(void)10 void plat_arm_security_setup(void)
11 {
12 	/*
13 	 * If the platform had additional peripheral specific security
14 	 * configurations, those would be configured here.
15 	 */
16 }
17