Skip to content
Commit 02780a1c authored by Andre Przywara's avatar Andre Przywara
Browse files

sunxi: move #ifdef guards around tzpc_init() to header file



Some later 32-bit SoCs require some setup of the Secure Peripherals
Controller, which is handled in tzpc_init().
At the moment this is guarded in board.c by some #ifdefs selecting the
SoCs that need it.

Move those #ifdef guards into the header file, providing an empty stub
function for all other SoCs, so that the #ifdefs can be removed from the
.c file, to improve readability.

Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
parent 6f68b9ce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment