blob: e497c9687c92414fa2dd9d48174cc175aa7fd929 [file] [log] [blame]
Yann Gautiera3f46382023-06-14 10:40:59 +02001/*
2 * Copyright (c) 2023, STMicroelectronics - All Rights Reserved
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <cdefs.h>
8#include <stdint.h>
9
10void bl2_el3_early_platform_setup(u_register_t arg0 __unused,
11 u_register_t arg1 __unused,
12 u_register_t arg2 __unused,
13 u_register_t arg3 __unused)
14{
15}
16
17void bl2_platform_setup(void)
18{
19}
20
21void bl2_el3_plat_arch_setup(void)
22{
23}