mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 14:55:16 +00:00
Merge "spmd: remove assert for SPMC PC value" into integration
This commit is contained in:
commit
80f823b727
1 changed files with 0 additions and 1 deletions
|
@ -256,7 +256,6 @@ static int spmd_spmc_init(void *pm_addr)
|
||||||
}
|
}
|
||||||
|
|
||||||
SET_PARAM_HEAD(spmc_ep_info, PARAM_EP, VERSION_1, ep_attr);
|
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
|
* Populate SPSR for SPM Core based upon validated parameters from the
|
||||||
|
|
Loading…
Add table
Reference in a new issue