blob: 39bba94a3016d53aed216df8e91d0116b20ae979 [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
7#include <plat_arm.h>
8#include <sgm_plat_config.h>
9
10void tsp_early_platform_setup(void)
11{
12 /* Initialize the platform configuration structure */
13 plat_config_init();
14
15 arm_tsp_early_platform_setup();
16}