TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
29bda258d5655d2ac24dda0f73e6b0ec93c3037e
/
.
/
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. */
}