summaryrefslogtreecommitdiffstats
path: root/plat/arm/board/n1sdp/n1sdp_bl1_setup.c
blob: ed93222b1e292b3f975266a206ad8c4c159b0a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2022, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include <plat/arm/common/plat_arm.h>

/*******************************************************************************
 * Perform any BL1 specific platform actions.
 ******************************************************************************/

void soc_css_init_nic400(void)
{
}

void soc_css_init_pcie(void)
{
}