blob: 6367be626cccd4db8c93f81cbe0e5e5360875bdd [file] [log] [blame]
Yatharth Kochar3a11eda2015-10-14 15:28:11 +01001/*
Roberto Vargas2ca18d92018-02-12 12:36:17 +00002 * Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved.
Yatharth Kochar3a11eda2015-10-14 15:28:11 +01003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Yatharth Kochar3a11eda2015-10-14 15:28:11 +01005 */
6
Antonio Nino Diaze0f90632018-12-14 00:18:21 +00007#include <plat/common/platform.h>
Antonio Nino Diaza320ecd2019-01-15 14:19:50 +00008#include <platform_def.h>
Antonio Nino Diaze0f90632018-12-14 00:18:21 +00009
Yatharth Kochar3a11eda2015-10-14 15:28:11 +010010#include <plat_arm.h>
Yatharth Kochar3a11eda2015-10-14 15:28:11 +010011#include "fvp_private.h"
12
Sandrine Bailleuxb3b6e222018-07-11 12:44:22 +020013void bl2u_early_platform_setup(struct meminfo *mem_layout, void *plat_info)
Yatharth Kochar3a11eda2015-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}