aboutsummaryrefslogtreecommitdiff
path: root/include/plat/common/common_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plat/common/common_def.h')
-rw-r--r--include/plat/common/common_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plat/common/common_def.h b/include/plat/common/common_def.h
index 4175b14521..744c22eba7 100644
--- a/include/plat/common/common_def.h
+++ b/include/plat/common/common_def.h
@@ -55,7 +55,7 @@
* avoid subtle integer overflow errors due to implicit integer type promotion
* when working with 32-bit values.
*
- * The TSP linker script includes some of these definitions to define the BL3-2
+ * The TSP linker script includes some of these definitions to define the BL32
* memory map, but the GNU LD does not support the 'ull' suffix, causing the
* build process to fail. To solve this problem, the auxiliary macro MAKE_ULL(x)
* will add the 'ull' suffix only when the macro __LINKER__ is not defined