blob: c88201bcb5125a519ba9b9e239afba4ca08251a6 [file] [log] [blame]
Abdellatif El Khlifiad9b8e52021-04-21 17:20:43 +01001/*
Vishnu Banavath2b651ea2022-01-19 18:43:12 +00002 * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
Abdellatif El Khlifiad9b8e52021-04-21 17:20:43 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/*
8 * We assume that all security programming is done by the primary core.
9 */
10void 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}