aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/common/sp_min/arm_sp_min_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/common/sp_min/arm_sp_min_setup.c')
-rw-r--r--plat/arm/common/sp_min/arm_sp_min_setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/arm/common/sp_min/arm_sp_min_setup.c b/plat/arm/common/sp_min/arm_sp_min_setup.c
index 270093c4e..f15c13791 100644
--- a/plat/arm/common/sp_min/arm_sp_min_setup.c
+++ b/plat/arm/common/sp_min/arm_sp_min_setup.c
@@ -32,7 +32,9 @@ static entry_point_info_t bl33_image_ep_info;
* Check that BL32_BASE is above ARM_FW_CONFIG_LIMIT. The reserved page
* is required for SOC_FW_CONFIG/TOS_FW_CONFIG passed from BL2.
*/
+#if !RESET_TO_SP_MIN
CASSERT(BL32_BASE >= ARM_FW_CONFIG_LIMIT, assert_bl32_base_overflows);
+#endif
/*******************************************************************************
* Return a pointer to the 'entry_point_info' structure of the next image for the