blob: b9ab3f36e8701b830825ca82ae4d1e04bc6563c1 [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
7#include <plat_arm.h>
Roberto Vargas1af540e2018-02-12 12:36:17 +00008#include <platform.h>
Yatharth Kochardcda29f2015-10-14 15:28:11 +01009#include "fvp_def.h"
10#include "fvp_private.h"
11
Sandrine Bailleux6c77e742018-07-11 12:44:22 +020012void bl2u_early_platform_setup(struct meminfo *mem_layout, void *plat_info)
Yatharth Kochardcda29f2015-10-14 15:28:11 +010013{
14 arm_bl2u_early_platform_setup(mem_layout, plat_info);
15
16 /* Initialize the platform config for future decision making */
17 fvp_config_setup();
18}