From: Masahiro Yamada Date: Sat, 22 Oct 2016 16:15:21 +0000 (+0900) Subject: Docs: fix a typo in Porting Guide about plat_get_my_entrypoint() X-Git-Tag: baikal/aarch64/sdk5.9~3117^2~2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=ba21b75a801f7129874d4bdece5c6fa87767333a;p=arm-tf.git 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 --- 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