summaryrefslogtreecommitdiff
path: root/docs/porting-guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/porting-guide.md')
-rw-r--r--docs/porting-guide.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/porting-guide.md b/docs/porting-guide.md
index 0f10fd46..81cbe1be 100644
--- a/docs/porting-guide.md
+++ b/docs/porting-guide.md
@@ -468,9 +468,6 @@ return value indicates that the CPU is the primary CPU.
This function is called before any access to data is made by the firmware, in
order to carry out any essential memory initialization.
-The ARM FVP port uses this function to initialize the mailbox memory used for
-providing the warm-boot entry-point addresses.
-
### Function: plat_get_rotpk_info()