blob: 820470bc7932ebaf449298eb9ac331caaaac336f [file] [log] [blame]
Gary Morrison3d7f6542021-01-27 13:08:47 -06001/*
2 * Copyright (c) 2021, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include "../../../../bl1/bl1_private.h"
8#include <arch.h>
9
10#include <fvp_r_arch_helpers.h>
11
12/*******************************************************************************
13 * Function that does the first bit of architectural setup that affects
14 * execution in the non-secure address space.
15 ******************************************************************************/
16void bl1_arch_setup(void)
17{
18 /* v8-R64 does not include SCRs. */
19}