xref: /rk3399_ARM-atf/bl1/aarch32/bl1_arch_setup.c (revision d70a7d0ce02c0b73891cc1e26fc2c568d7120b84)
1f3b4914bSYatharth Kochar /*
2f3b4914bSYatharth Kochar  * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3f3b4914bSYatharth Kochar  *
482cb2c1aSdp-arm  * SPDX-License-Identifier: BSD-3-Clause
5f3b4914bSYatharth Kochar  */
6f3b4914bSYatharth Kochar 
7*c04d59cfSEtienne Carriere #include "../bl1_private.h"
8f3b4914bSYatharth Kochar 
9f3b4914bSYatharth Kochar /*******************************************************************************
10f3b4914bSYatharth Kochar  * TODO: Function that does the first bit of architectural setup.
11f3b4914bSYatharth Kochar  ******************************************************************************/
bl1_arch_setup(void)12f3b4914bSYatharth Kochar void bl1_arch_setup(void)
13f3b4914bSYatharth Kochar {
14f3b4914bSYatharth Kochar 
15f3b4914bSYatharth Kochar }
16