sgm_tsp_setup.c 345 Bytes
Newer Older
1
2
3
4
5
6
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

7
8
#include <plat/arm/common/plat_arm.h>

9
10
11
12
13
14
15
16
17
#include <sgm_plat_config.h>

void tsp_early_platform_setup(void)
{
	/* Initialize the platform configuration structure */
	plat_config_init();

	arm_tsp_early_platform_setup();
}