blob: db8a068a1ae3b16805e100f6df8eaec9e4e07caf [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
7
8/*******************************************************************************
9 * Place holder function to perform any Secure SVC specific architectural
10 * setup. At the moment there is nothing to do.
11 ******************************************************************************/
12void bl2_arch_setup(void)
13{
14
15}