diff options
author | danh-arm <dan.handley@arm.com> | 2015-12-14 18:00:27 +0000 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2015-12-14 18:00:27 +0000 |
commit | 31d5e7f56ea66d2b540fcb25fb27b930dfc45221 (patch) | |
tree | d5cc70b9270853267cfbb213b1d65b39c0d2899d /include/plat/common/common_def.h | |
parent | a84deb9c3fe5396d580b695acc09a75d67332559 (diff) | |
parent | d178637d2bac46ef0d227395663c55cc46a25d73 (diff) |
Merge pull request #467 from jcastillo-arm/jc/tbb_oid
Apply new image terminology
Diffstat (limited to 'include/plat/common/common_def.h')
-rw-r--r-- | include/plat/common/common_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plat/common/common_def.h b/include/plat/common/common_def.h index 4175b145..744c22eb 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 |