blob: 4fd8d0725e44aadc552920996b05e42ccdd6c015 [file] [log] [blame]
Yatharth Kochard48c12e2016-06-30 14:52:12 +01001/*
2 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3 *
dp-arm82cb2c12017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Yatharth Kochard48c12e2016-06-30 14:52:12 +01005 */
6
Yann Gautier1b18c6c2018-12-10 10:41:03 +01007#include "../bl2_private.h"
Yatharth Kochard48c12e2016-06-30 14:52:12 +01008
9/*******************************************************************************
10 * Place holder function to perform any Secure SVC specific architectural
11 * setup. At the moment there is nothing to do.
12 ******************************************************************************/
13void bl2_arch_setup(void)
14{
15
16}