Commit 75e1dfa0 authored by Varun Wadekar's avatar Varun Wadekar
Browse files

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: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent 1376389f
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment