Nariman Poushin | 0ece80f | 2018-02-26 06:52:04 +0000 | [diff] [blame] | 1 | /* |
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 | */ | ||||
13 | void plat_arm_security_setup(void) | ||||
14 | { | ||||
15 | } |