mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-20 19:44:23 +00:00

Add support for System Guidance for Infrastructure platform SGI575. Change-Id: I0125c2ed4469fbc8367dafcc8adce770b6b3147d Signed-off-by: Nariman Poushin <nariman.poushin@linaro.org>
15 lines
291 B
C
15 lines
291 B
C
/*
|
|
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#include <arm_config.h>
|
|
#include <plat_arm.h>
|
|
|
|
/*
|
|
* We assume that all security programming is done by the primary core.
|
|
*/
|
|
void plat_arm_security_setup(void)
|
|
{
|
|
}
|