blob: 6aa38c822c0dd3b61ac34968fa2c766e36d93c89 [file] [log] [blame]
Usama Arifbec5afd2020-04-17 16:13:39 +01001/*
2 * Copyright (c) 2020, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <platform_def.h>
8
9/* Initialize the secure environment */
10void plat_arm_security_setup(void)
11{
12}