blob: 804a35bd536aa79944f64afa1a276dd439deb1b2 [file] [log] [blame]
Usama Ariff5c58af2020-04-17 16:13:39 +01001/*
Tintu Thomas8ce29a72024-07-02 16:57:05 +01002 * Copyright (c) 2024, Arm Limited. All rights reserved.
Usama Ariff5c58af2020-04-17 16:13:39 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Usama Arif16796a22020-08-18 12:30:37 +01007#include <plat/arm/common/plat_arm.h>
Usama Ariff5c58af2020-04-17 16:13:39 +01008#include <platform_def.h>
9
10/* Initialize the secure environment */
11void plat_arm_security_setup(void)
12{
Usama Arif16796a22020-08-18 12:30:37 +010013
Usama Ariff5c58af2020-04-17 16:13:39 +010014}