blob: 39b2fc9021407fccc2c1883f0d4c22a43c35825b [file] [log] [blame]
Manish Pandey52990ae2018-11-28 11:20:37 +00001/*
2 * Copyright (c) 2019, 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 */
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}