Newer
Older
arm-trusted-firmware / plat / arm / board / tc0 / tc0_security.c
@Usama Arif Usama Arif on 27 May 2020 232 bytes plat/arm: Introduce TC0 platform
/*
 * Copyright (c) 2020, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include <platform_def.h>

/* Initialize the secure environment */
void plat_arm_security_setup(void)
{
}