blob: 23a65648ab6d78ebc684e9d942a897f6fcb88144 [file] [log] [blame]
Yatharth Kochar5d361212016-06-28 17:07:09 +01001/*
2 * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Yatharth Kochar5d361212016-06-28 17:07:09 +01005 */
6
7
8/*******************************************************************************
9 * TODO: Function that does the first bit of architectural setup.
10 ******************************************************************************/
11void bl1_arch_setup(void)
12{
13
14}