Modify return type of plat_get_ns_image_entrypoint()
authorSoby Mathew <soby.mathew@arm.com>
Wed, 23 Mar 2016 10:11:10 +0000 (10:11 +0000)
committerSoby Mathew <soby.mathew@arm.com>
Fri, 1 Apr 2016 16:57:18 +0000 (17:57 +0100)
commita0ad6019ff308a6e4bef09a80c80b6e04053abee
tree5a80e3df458872471c416de498115eaa32b4aad9
parent4c51badfb52128a186e1ed3ae63b324d89a69fbd
Modify return type of plat_get_ns_image_entrypoint()

This patch modifies the return type of the platform API
`plat_get_ns_image_entrypoint()` from `unsigned long` to
`uintptr_t` in accordance with the coding guidelines.

Change-Id: Icb4510ca98b706aa4d535fe27e203394184fb4ca
docs/porting-guide.md
include/plat/common/platform.h
plat/arm/common/aarch64/arm_common.c