blob: 4fd8d0725e44aadc552920996b05e42ccdd6c015 [file] [log] [blame]
Yatharth Kochardafb2472016-06-30 14:52:12 +01001/*
2 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Yatharth Kochardafb2472016-06-30 14:52:12 +01005 */
6
Yann Gautier3364cd42018-12-10 10:41:03 +01007#include "../bl2_private.h"
Yatharth Kochardafb2472016-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}