blob: ed93222b1e292b3f975266a206ad8c4c159b0a4b [file] [log] [blame]
sah016ec01e82021-06-06 14:38:01 +05301/*
2 * Copyright (c) 2022, 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}