summaryrefslogtreecommitdiff
path: root/plat/marvell
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2018-10-11 12:00:48 +0100
committerGitHub <noreply@github.com>2018-10-11 12:00:48 +0100
commite22a4ae074aa3cef51b4bfcb1be530dc84aa109f (patch)
tree75d9f399ed33d11416b13cd360caf6e5021e311c /plat/marvell
parent8b3345f4a64a194655d39b110f27d8ed7e766b28 (diff)
parentfadd21514bcf5e4884dec12a3da9dfc618b7a015 (diff)
Merge pull request #1621 from jts-arm/typos
Various corrections of typos
Diffstat (limited to 'plat/marvell')
-rw-r--r--plat/marvell/common/marvell_bl31_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/marvell/common/marvell_bl31_setup.c b/plat/marvell/common/marvell_bl31_setup.c
index 0bbb940f..da91b560 100644
--- a/plat/marvell/common/marvell_bl31_setup.c
+++ b/plat/marvell/common/marvell_bl31_setup.c
@@ -62,7 +62,7 @@ entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type)
/*****************************************************************************
* Perform any BL31 early platform setup common to ARM standard platforms.
* Here is an opportunity to copy parameters passed by the calling EL (S-EL1
- * in BL2 & S-EL3 in BL1) before they are lost (potentially). This needs to be
+ * in BL2 & EL3 in BL1) before they are lost (potentially). This needs to be
* done before the MMU is initialized so that the memory layout can be used
* while creating page tables. BL2 has flushed this information to memory, so
* we are guaranteed to pick up good data.