aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/css/sgm/include/sgm_base_platform_def.h
diff options
context:
space:
mode:
authorManish V Badarkhe <Manish.Badarkhe@arm.com>2020-05-31 10:17:59 +0100
committerManish V Badarkhe <Manish.Badarkhe@arm.com>2020-06-24 08:44:26 +0100
commit04e06973e1fef87849c498c7f045aa2be8aada1c (patch)
tree24d833cffd92b8348f039c3af47995fcfa476301 /plat/arm/css/sgm/include/sgm_base_platform_def.h
parent243875eaf9df591aec14c20075c70cb5af7dd9e9 (diff)
downloadtrusted-firmware-a-04e06973e1fef87849c498c7f045aa2be8aada1c.tar.gz
fconf: Clean confused naming between TB_FW and FW_CONFIG
Cleaned up confused naming between TB_FW and FW_CONFIG. Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com> Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I9e9f6e6ca076d38fee0388f97d370431ae067f08
Diffstat (limited to 'plat/arm/css/sgm/include/sgm_base_platform_def.h')
-rw-r--r--plat/arm/css/sgm/include/sgm_base_platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/css/sgm/include/sgm_base_platform_def.h b/plat/arm/css/sgm/include/sgm_base_platform_def.h
index 8be0b344f9..2d8e6778f0 100644
--- a/plat/arm/css/sgm/include/sgm_base_platform_def.h
+++ b/plat/arm/css/sgm/include/sgm_base_platform_def.h
@@ -138,7 +138,7 @@
* BL31 is loaded over the top.
*/
#define PLAT_CSS_MAX_SCP_BL2_SIZE \
- ((SCP_BL2_LIMIT - ARM_TB_FW_CONFIG_LIMIT) & ~PAGE_SIZE_MASK)
+ ((SCP_BL2_LIMIT - ARM_FW_CONFIG_LIMIT) & ~PAGE_SIZE_MASK)
#define PLAT_CSS_MAX_SCP_BL2U_SIZE PLAT_CSS_MAX_SCP_BL2_SIZE