summaryrefslogtreecommitdiff
path: root/include/common/bl_common.h
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2015-12-14 18:00:27 +0000
committerdanh-arm <dan.handley@arm.com>2015-12-14 18:00:27 +0000
commit31d5e7f56ea66d2b540fcb25fb27b930dfc45221 (patch)
treed5cc70b9270853267cfbb213b1d65b39c0d2899d /include/common/bl_common.h
parenta84deb9c3fe5396d580b695acc09a75d67332559 (diff)
parentd178637d2bac46ef0d227395663c55cc46a25d73 (diff)
Merge pull request #467 from jcastillo-arm/jc/tbb_oid
Apply new image terminology
Diffstat (limited to 'include/common/bl_common.h')
-rw-r--r--include/common/bl_common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/common/bl_common.h b/include/common/bl_common.h
index b7cb95aa..0ec7a8d8 100644
--- a/include/common/bl_common.h
+++ b/include/common/bl_common.h
@@ -245,14 +245,14 @@ typedef struct image_desc {
* This structure represents the superset of information that can be passed to
* BL31 e.g. while passing control to it from BL2. The BL32 parameters will be
* populated only if BL2 detects its presence. A pointer to a structure of this
- * type should be passed in X0 to BL3-1's cold boot entrypoint.
+ * type should be passed in X0 to BL31's cold boot entrypoint.
*
- * Use of this structure and the X0 parameter is not mandatory: the BL3-1
+ * Use of this structure and the X0 parameter is not mandatory: the BL31
* platform code can use other mechanisms to provide the necessary information
- * about BL3-2 and BL3-3 to the common and SPD code.
+ * about BL32 and BL33 to the common and SPD code.
*
- * BL3-1 image information is mandatory if this structure is used. If either of
- * the optional BL3-2 and BL3-3 image information is not provided, this is
+ * BL31 image information is mandatory if this structure is used. If either of
+ * the optional BL32 and BL33 image information is not provided, this is
* indicated by the respective image_info pointers being zero.
******************************************************************************/
typedef struct bl31_params {