blob: 6367be626cccd4db8c93f81cbe0e5e5360875bdd [file] [log] [blame]
Yatharth Kochardcda29f2015-10-14 15:28:11 +01001/*
Roberto Vargas1af540e2018-02-12 12:36:17 +00002 * Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved.
Yatharth Kochardcda29f2015-10-14 15:28:11 +01003 *
dp-arm82cb2c12017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Yatharth Kochardcda29f2015-10-14 15:28:11 +01005 */
6
Antonio Nino Diaz09d40e02018-12-14 00:18:21 +00007#include <plat/common/platform.h>
Antonio Nino Diaz234bc7f2019-01-15 14:19:50 +00008#include <platform_def.h>
Antonio Nino Diaz09d40e02018-12-14 00:18:21 +00009
Yatharth Kochardcda29f2015-10-14 15:28:11 +010010#include <plat_arm.h>
Yatharth Kochardcda29f2015-10-14 15:28:11 +010011#include "fvp_private.h"
12
Sandrine Bailleux6c77e742018-07-11 12:44:22 +020013void bl2u_early_platform_setup(struct meminfo *mem_layout, void *plat_info)
Yatharth Kochardcda29f2015-10-14 15:28:11 +010014{
15 arm_bl2u_early_platform_setup(mem_layout, plat_info);
16
17 /* Initialize the platform config for future decision making */
18 fvp_config_setup();
19}