blob: d3d98d92a05465aadc7d6b7db0d4c7b35c7723a4 [file] [log] [blame]
Nariman Poushin0ece80f2018-02-26 06:52:04 +00001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <bl_common.h>
8#include <debug.h>
9#include <plat_arm.h>
10#include <sgi_plat_config.h>
11#include <soc_css.h>
12
13void bl1_early_platform_setup(void)
14{
15 /* Initialize the platform configuration structure */
16 plat_config_init();
17
18 arm_bl1_early_platform_setup();
19}