diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-10-23 01:15:21 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-10-25 01:21:01 +0900 |
commit | ba21b75a801f7129874d4bdece5c6fa87767333a (patch) | |
tree | 2163f200e7e97ea88ea651475ed18547c6282374 | |
parent | 4f0b2e81b17c59c3d27a3e27360d6957f1a7d907 (diff) |
Docs: fix a typo in Porting Guide about plat_get_my_entrypoint()
Do not double the phrase "called with the".
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | docs/porting-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting-guide.md b/docs/porting-guide.md index 1247baf5..aa014f15 100644 --- a/docs/porting-guide.md +++ b/docs/porting-guide.md @@ -558,7 +558,7 @@ reset vector code to perform the above tasks. Argument : void Return : uintptr_t -This function is called with the called with the MMU and caches disabled +This function is called with the MMU and caches disabled (`SCTLR_EL3.M` = 0 and `SCTLR_EL3.C` = 0). The function is responsible for distinguishing between a warm and cold reset for the current CPU using platform-specific means. If it's a warm reset, then it returns the warm |