blob: 47cd87627cce08f555ea1762cc2442fc636d18df [file] [log] [blame]
Usama Arife97998f2018-11-30 15:43:56 +00001/*
2 * Copyright (c) 2019, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <plat/arm/common/plat_arm.h>
8#include <plat/common/platform.h>
9
10/*******************************************************************************
11 * Perform any BL1 specific platform actions.
12 ******************************************************************************/
13void bl1_early_platform_setup(void)
14{
15 arm_bl1_early_platform_setup();
16}