aboutsummaryrefslogtreecommitdiff
path: root/bl2/aarch32/bl2_arch_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'bl2/aarch32/bl2_arch_setup.c')
-rw-r--r--bl2/aarch32/bl2_arch_setup.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/bl2/aarch32/bl2_arch_setup.c b/bl2/aarch32/bl2_arch_setup.c
new file mode 100644
index 00000000..db8a068a
--- /dev/null
+++ b/bl2/aarch32/bl2_arch_setup.c
@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+
+/*******************************************************************************
+ * Place holder function to perform any Secure SVC specific architectural
+ * setup. At the moment there is nothing to do.
+ ******************************************************************************/
+void bl2_arch_setup(void)
+{
+
+}