]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
Docs: fix a typo in Porting Guide about plat_get_my_entrypoint()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 22 Oct 2016 16:15:21 +0000 (01:15 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 24 Oct 2016 16:21:01 +0000 (01:21 +0900)
Do not double the phrase "called with the".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
docs/porting-guide.md

index 1247baf59829b6b5a8261b01ccb3f8e5eb25690a..aa014f159e3d9265498ed37b4ba2d454a3e4e7c9 100644 (file)
@@ -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