aboutsummaryrefslogtreecommitdiff
path: root/plat/rockchip/rk3399
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2018-05-01 15:06:56 +0100
committerGitHub <noreply@github.com>2018-05-01 15:06:56 +0100
commitccd130ea749ba1e8802a68e86121d3ab57efd7e0 (patch)
tree2c210891df782c35f8d916e65e11ae697ada5b83 /plat/rockchip/rk3399
parenta8d9550b527107b85703d7b4e93073e653ae95f7 (diff)
parent0a2d5b43c81ed6132761023bf43755f13122ddf0 (diff)
downloadtrusted-firmware-a-ccd130ea749ba1e8802a68e86121d3ab57efd7e0.tar.gz
Merge pull request #1255 from masahir0y/int-ll64
Use consistent int-ll64 typedefs for aarch32 and aarch64
Diffstat (limited to 'plat/rockchip/rk3399')
-rw-r--r--plat/rockchip/rk3399/plat_sip_calls.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/plat/rockchip/rk3399/plat_sip_calls.c b/plat/rockchip/rk3399/plat_sip_calls.c
index 2fbda67300..ae74c9c405 100644
--- a/plat/rockchip/rk3399/plat_sip_calls.c
+++ b/plat/rockchip/rk3399/plat_sip_calls.c
@@ -47,14 +47,14 @@ uint32_t ddr_smc_handler(uint64_t arg0, uint64_t arg1,
return 0;
}
-uint64_t rockchip_plat_sip_handler(uint32_t smc_fid,
- uint64_t x1,
- uint64_t x2,
- uint64_t x3,
- uint64_t x4,
- void *cookie,
- void *handle,
- uint64_t flags)
+uintptr_t rockchip_plat_sip_handler(uint32_t smc_fid,
+ u_register_t x1,
+ u_register_t x2,
+ u_register_t x3,
+ u_register_t x4,
+ void *cookie,
+ void *handle,
+ u_register_t flags)
{
uint64_t x5, x6;