summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2023-05-11 10:46:36 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-05-11 10:46:36 +0200
commita63de43661015b392be1e0827b64a77ae687d8f8 (patch)
treeb82ce522be27b7aa3b9a5668d12925dcecf9d3e0
parente1eef33572acf2872f1afa9d8fc7471707d32d7c (diff)
parentc2a76122c88e9ba5de493e1aa765ad170614a31d (diff)
downloadarm-trusted-firmware-a63de43661015b392be1e0827b64a77ae687d8f8.tar.gz
Merge "fix: increase BL32 limit" into integration
-rw-r--r--include/plat/arm/common/arm_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/plat/arm/common/arm_def.h b/include/plat/arm/common/arm_def.h
index 925ff2115..16be97116 100644
--- a/include/plat/arm/common/arm_def.h
+++ b/include/plat/arm/common/arm_def.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2023, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2015-2023, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -731,7 +731,7 @@ MEASURED_BOOT
# define TSP_SEC_MEM_SIZE PLAT_ARM_TRUSTED_DRAM_SIZE
# define BL32_BASE PLAT_ARM_TRUSTED_DRAM_BASE
# define BL32_LIMIT (PLAT_ARM_TRUSTED_DRAM_BASE \
- + (UL(1) << 21))
+ + SZ_4M)
# elif ARM_TSP_RAM_LOCATION_ID == ARM_DRAM_ID
# define TSP_SEC_MEM_BASE ARM_AP_TZC_DRAM1_BASE
# define TSP_SEC_MEM_SIZE ARM_AP_TZC_DRAM1_SIZE