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/arm/common/plat_arm.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/arm/common/plat_arm.h')
-rw-r--r-- | include/plat/arm/common/plat_arm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/plat/arm/common/plat_arm.h b/include/plat/arm/common/plat_arm.h index 32c062d1..3b6a04ba 100644 --- a/include/plat/arm/common/plat_arm.h +++ b/include/plat/arm/common/plat_arm.h @@ -87,7 +87,7 @@ void arm_configure_mmu_el3(unsigned long total_base, #else /* - * Empty macros for all other BL stages other than BL3-1 + * Empty macros for all other BL stages other than BL31 */ #define ARM_INSTANTIATE_LOCK #define arm_lock_init() @@ -171,7 +171,7 @@ void arm_bl2u_early_platform_setup(struct meminfo *mem_layout, void arm_bl2u_platform_setup(void); void arm_bl2u_plat_arch_setup(void); -/* BL3-1 utility functions */ +/* BL31 utility functions */ void arm_bl31_early_platform_setup(bl31_params_t *from_bl2, void *plat_params_from_bl2); void arm_bl31_platform_setup(void); |