summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2016-04-04 13:39:32 +0100
committerdanh-arm <dan.handley@arm.com>2016-04-04 13:39:32 +0100
commitaf711c1e0fbf69b47df3575a8aec5204f1439896 (patch)
tree8348a7bd7a1efcdbb102fcdb8dfa427422fdcfb5 /docs
parentc29164179588f066c7d07868a5ae3ce7dbc88fca (diff)
parenta0ad6019ff308a6e4bef09a80c80b6e04053abee (diff)
Merge pull request #580 from soby-mathew/sm/ret_type_plat_ns_ep
Modify return type of plat_get_ns_image_entrypoint()
Diffstat (limited to 'docs')
-rw-r--r--docs/porting-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting-guide.md b/docs/porting-guide.md
index 944c7987..f8d0ff38 100644
--- a/docs/porting-guide.md
+++ b/docs/porting-guide.md
@@ -1259,7 +1259,7 @@ later Bootloader stages with MMU off
### Function : plat_get_ns_image_entrypoint() [mandatory]
Argument : void
- Return : unsigned long
+ Return : uintptr_t
As previously described, BL2 is responsible for arranging for control to be
passed to a normal world BL image through BL31. This function returns the