Commit 0f09c8f7 authored by Sandrine Bailleux's avatar Sandrine Bailleux Committed by Dan Handley
Browse files

Remove out-dated comment in FVP PWRC code

fvp_pwr_domain_on() used to program the CPUs mailbox. This changed
with commit 804040d1 but the comment documenting this code still
refers to the mailbox programming. This patch removes this out-dated
information.

Change-Id: Ibfe2a426bdda6e71f20c83a99cb223ceca9c559c
parent 4427379f
...@@ -154,11 +154,9 @@ int fvp_pwr_domain_on(u_register_t mpidr) ...@@ -154,11 +154,9 @@ int fvp_pwr_domain_on(u_register_t mpidr)
unsigned int psysr; unsigned int psysr;
/* /*
* Ensure that we do not cancel an inflight power off request * Ensure that we do not cancel an inflight power off request for the
* for the target cpu. That would leave it in a zombie wfi. * target cpu. That would leave it in a zombie wfi. Wait for it to power
* Wait for it to power off, program the jump address for the * off and then program the power controller to turn that CPU on.
* target cpu and then program the power controller to turn
* that cpu on
*/ */
do { do {
psysr = fvp_pwrc_read_psysr(mpidr); psysr = fvp_pwrc_read_psysr(mpidr);
......
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