Commit ba21b75a authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

Docs: fix a typo in Porting Guide about plat_get_my_entrypoint()



Do not double the phrase "called with the".
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 4f0b2e81
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment