Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
80f823b7
Commit
80f823b7
authored
Sep 17, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Sep 17, 2020
Browse files
Merge "spmd: remove assert for SPMC PC value" into integration
parents
b39dca40
75e1dfa0
Changes
1
Show whitespace changes
Inline
Side-by-side
services/std_svc/spmd/spmd_main.c
View file @
80f823b7
...
...
@@ -256,7 +256,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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment