aboutsummaryrefslogtreecommitdiff
path: root/plat/layerscape/board/ls1043/tsp/ls1043_tsp_setup.c
blob: 4fc019c85199db9bcdcd00f3171447484c44ef66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include "plat_ls.h"

void tsp_early_platform_setup(void)
{
	ls_tsp_early_platform_setup();

	/*Todo: Initialize the platform config for future decision making */
}