blob: ce04aaabed4ab941eec7a0ef0a99d0271712c781 [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
Etienne Carriereba7c3d52017-06-07 16:41:50 +02007#include "../bl1_private.h"
Yatharth Kochar5d361212016-06-28 17:07:09 +01008
9/*******************************************************************************
10 * TODO: Function that does the first bit of architectural setup.
11 ******************************************************************************/
12void bl1_arch_setup(void)
13{
14
15}