From 6b51766cb023705c1ad8de055612d9d37e472ead Mon Sep 17 00:00:00 2001 From: Harvey Hsieh Date: Tue, 11 Oct 2016 18:59:52 +0800 Subject: [PATCH] Tegra: SiP: 64-bit address for Video Memory base This patch allows the NS world to pass 64-bit base address for the Video Memory carveout region. Change-Id: I7e47cc1f5425bd39c6763755b801517013e1e0cd Signed-off-by: Harvey Hsieh Signed-off-by: Varun Wadekar --- plat/nvidia/tegra/common/tegra_sip_calls.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plat/nvidia/tegra/common/tegra_sip_calls.c b/plat/nvidia/tegra/common/tegra_sip_calls.c index ba0e1ef52..4dd43532b 100644 --- a/plat/nvidia/tegra/common/tegra_sip_calls.c +++ b/plat/nvidia/tegra/common/tegra_sip_calls.c @@ -85,7 +85,6 @@ uint64_t tegra_sip_handler(uint32_t smc_fid, case TEGRA_SIP_NEW_VIDEOMEM_REGION: /* clean up the high bits */ - x1 = (uint32_t)x1; x2 = (uint32_t)x2; /*