blob: 5f40c4c8241487372b0cd78d6b425a1fa27c0451 [file] [log] [blame]
Nariman Poushinc703f902018-03-07 10:29:57 +00001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diazbd7b7402019-01-25 14:30:04 +00007#include <plat/arm/common/plat_arm.h>
8
Nariman Poushinc703f902018-03-07 10:29:57 +00009#include <sgm_plat_config.h>
10
11void tsp_early_platform_setup(void)
12{
13 /* Initialize the platform configuration structure */
14 plat_config_init();
15
16 arm_tsp_early_platform_setup();
17}