Commit 8dd1c3c6 authored by Madhukar Pappireddy's avatar Madhukar Pappireddy Committed by TrustedFirmware Code Review
Browse files

Merge "spm-mm: fix MISRA C-2012 Rule 2.3 spm_mm_boot_info_t defined but never...

Merge "spm-mm: fix MISRA C-2012 Rule 2.3 spm_mm_boot_info_t defined but never used." into integration
parents 070632f9 9d9ae976
...@@ -18,7 +18,10 @@ ...@@ -18,7 +18,10 @@
#include <plat/arm/common/plat_arm.h> #include <plat/arm/common/plat_arm.h>
#include <plat/common/platform.h> #include <plat/common/platform.h>
#include <platform_def.h> #include <platform_def.h>
#if SPM_MM
#include <services/spm_mm_partition.h> #include <services/spm_mm_partition.h>
#endif
#include "fvp_private.h" #include "fvp_private.h"
......
...@@ -15,7 +15,10 @@ ...@@ -15,7 +15,10 @@
#include <plat/arm/common/plat_arm.h> #include <plat/arm/common/plat_arm.h>
#include <plat/common/platform.h> #include <plat/common/platform.h>
#include <drivers/arm/sbsa.h> #include <drivers/arm/sbsa.h>
#if SPM_MM
#include <services/spm_mm_partition.h> #include <services/spm_mm_partition.h>
#endif
/* /*
* Table of regions for different BL stages to map using the MMU. * Table of regions for different BL stages to map using the MMU.
......
/* /*
* Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
...@@ -15,7 +15,10 @@ ...@@ -15,7 +15,10 @@
#include <plat/common/platform.h> #include <plat/common/platform.h>
#include <drivers/arm/sbsa.h> #include <drivers/arm/sbsa.h>
#include <sgi_base_platform_def.h> #include <sgi_base_platform_def.h>
#if SPM_MM
#include <services/spm_mm_partition.h> #include <services/spm_mm_partition.h>
#endif
#define SGI_MAP_FLASH0_RO MAP_REGION_FLAT(V2M_FLASH0_BASE,\ #define SGI_MAP_FLASH0_RO MAP_REGION_FLAT(V2M_FLASH0_BASE,\
V2M_FLASH0_SIZE, \ V2M_FLASH0_SIZE, \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment