blob: 86d265a38d0e80453f395df3c4601c30844a6eea [file] [log] [blame]
Achin Gupta7c88f3f2014-02-18 18:09:12 +00001/*
Dan Handley2b6b5742015-03-19 19:17:53 +00002 * Copyright (c) 2013-2015, ARM Limited and Contributors. All rights reserved.
Achin Gupta7c88f3f2014-02-18 18:09:12 +00003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Achin Gupta7c88f3f2014-02-18 18:09:12 +00005 */
6
Dan Handley2b6b5742015-03-19 19:17:53 +00007#include <plat_arm.h>
Dan Handley4fd2f5c2014-08-04 11:41:20 +01008#include "../fvp_private.h"
Achin Gupta7c88f3f2014-02-18 18:09:12 +00009
Dan Handley4fd2f5c2014-08-04 11:41:20 +010010void tsp_early_platform_setup(void)
Achin Gupta7c88f3f2014-02-18 18:09:12 +000011{
Dan Handley2b6b5742015-03-19 19:17:53 +000012 arm_tsp_early_platform_setup();
Achin Gupta76717892014-05-09 11:42:56 +010013
14 /* Initialize the platform config for future decision making */
Dan Handleyea451572014-05-15 14:53:30 +010015 fvp_config_setup();
Achin Gupta7c88f3f2014-02-18 18:09:12 +000016}