blob: 558533d583a3d719b3363897607a6f30037ec91a [file] [log] [blame]
/*
* Copyright (c) 2022, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <common/debug.h>
#include <emi_mpu.h>
void set_emi_mpu_regions(void)
{
/* TODO: set emi mpu region */
INFO("%s, emi mpu is not setting currently\n", __func__);
}