blob: 915554201e37eda1a3a0a7e9e4701927bf1a3caf [file] [log] [blame]
Manoj Kumar58876122021-01-10 16:12:24 +00001/*
2 * Copyright (c) 2021, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <plat/arm/common/plat_arm.h>
8
9/*******************************************************************************
10 * Perform any BL1 specific platform actions.
11 ******************************************************************************/
12
13void soc_css_init_nic400(void)
14{
15}
16
17void soc_css_init_pcie(void)
18{
19}