From ba21b75a801f7129874d4bdece5c6fa87767333a Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sun, 23 Oct 2016 01:15:21 +0900 Subject: [PATCH] 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 --- docs/porting-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/porting-guide.md b/docs/porting-guide.md index 1247baf59..aa014f159 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 -- GitLab