blob: 361e84de2ac2b99f15720012c95ceca2011b0620 [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
7#include <plat_arm.h>
Roberto Vargas2ca18d92018-02-12 12:36:17 +00008#include <platform.h>
Yatharth Kochar3a11eda2015-10-14 15:28:11 +01009#include "fvp_def.h"
10#include "fvp_private.h"
11
12void bl2u_early_platform_setup(meminfo_t *mem_layout, void *plat_info)
13{
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}