aboutsummaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorHarvey Hsieh <hhsieh@nvidia.com>2016-10-11 18:59:52 +0800
committerVarun Wadekar <vwadekar@nvidia.com>2017-03-02 13:02:37 -0800
commit6b51766cb023705c1ad8de055612d9d37e472ead (patch)
treeb773f4950be3bf4fb69e3a1cd9dc123131a9991e /plat
parentb5903dfcaf3d92a4761e7156229ea4887c344100 (diff)
downloadarm-trusted-firmware-6b51766cb023705c1ad8de055612d9d37e472ead.tar.gz
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 <hhsieh@nvidia.com> Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'plat')
-rw-r--r--plat/nvidia/tegra/common/tegra_sip_calls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plat/nvidia/tegra/common/tegra_sip_calls.c b/plat/nvidia/tegra/common/tegra_sip_calls.c
index ba0e1ef5..4dd43532 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;
/*