blob: 23e1a64e51fe920db4f0daffef0281f6a44ef699 [file] [log] [blame]
Nariman Poushin0ece80f2018-02-26 06:52:04 +00001/*
2 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <arm_config.h>
8#include <plat_arm.h>
9
10/*
11 * We assume that all security programming is done by the primary core.
12 */
13void plat_arm_security_setup(void)
14{
15}