Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
ee9ce3744feb6f4ce882e48e5c4a400e694b73ee
/
.
/
plat
/
rpi
/
rpi5
/
rpi5_setup.c
blob: de82300dea109dc812e7d4688f403406766be110 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2024, Mario Bălănică <mariobalanica02@gmail.com>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include
<rpi_shared.h>
void
plat_rpi_bl31_custom_setup
(
void
)
{
/* Nothing to do here yet. */
}