Yatharth Kochar | dafb247 | 2016-06-30 14:52:12 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. |
| 3 | * |
dp-arm | fa3cf0b | 2017-05-03 09:38:09 +0100 | [diff] [blame] | 4 | * SPDX-License-Identifier: BSD-3-Clause |
Yatharth Kochar | dafb247 | 2016-06-30 14:52:12 +0100 | [diff] [blame] | 5 | */ |
| 6 | |
Yann Gautier | 3364cd4 | 2018-12-10 10:41:03 +0100 | [diff] [blame] | 7 | #include "../bl2_private.h" |
Yatharth Kochar | dafb247 | 2016-06-30 14:52:12 +0100 | [diff] [blame] | 8 | |
| 9 | /******************************************************************************* |
| 10 | * Place holder function to perform any Secure SVC specific architectural |
| 11 | * setup. At the moment there is nothing to do. |
| 12 | ******************************************************************************/ |
| 13 | void bl2_arch_setup(void) |
| 14 | { |
| 15 | |
| 16 | } |