summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2020-09-01 14:16:44 -0700
committerVarun Wadekar <vwadekar@nvidia.com>2020-09-01 15:17:11 -0700
commit75e1dfa038fd2f88959dd7b618984e54ee4fa594 (patch)
treeeeb11a9ddcc504d01d40e6b44ee9dd60094d7382 /services
parent1376389f00032a230c7e08ac428b87556f969c78 (diff)
spmd: remove assert for SPMC PC value
This patch removes the assert that expects the SPMC PC value to be same as BL32_BASE. This assumption is not true for all platforms e.g. Tegra, and so will be removed from the SPMD. Platforms can always add this check to the platform files, if required. Change-Id: Ic40620b43d160feb4f72f4af18e6d01861d4bf37 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'services')
-rw-r--r--services/std_svc/spmd/spmd_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/std_svc/spmd/spmd_main.c b/services/std_svc/spmd/spmd_main.c
index 6f0d9b1dc..7d207ea15 100644
--- a/services/std_svc/spmd/spmd_main.c
+++ b/services/std_svc/spmd/spmd_main.c
@@ -249,7 +249,6 @@ static int spmd_spmc_init(void *pm_addr)
}
SET_PARAM_HEAD(spmc_ep_info, PARAM_EP, VERSION_1, ep_attr);
- assert(spmc_ep_info->pc == BL32_BASE);
/*
* Populate SPSR for SPM Core based upon validated parameters from the