commit | 21b1fe41db6bf34d344885504de96fc4b6d1f0dd | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sun Jan 24 16:24:12 2021 -0600 |
committer | Samuel Holland <samuel@sholland.org> | Sun Jan 24 17:15:43 2021 -0600 |
tree | a1a74d85f60198ad5cba1abafcaaa1af77ffba1c | |
parent | cd12044c0e765b250b4f6a1a5927745dc2da29db [diff] |
allwinner: Leave CPU power alone during BL31 setup Disabling secondary CPUs during boot is unnecessary because the other CPUs are already in reset, and it saves an entirely insignificant amount of power. Let's remove this bit of code that was added mostly "because we can", and along with it remove an unconditional dependency on the CPU ops functions. Signed-off-by: Samuel Holland <samuel@sholland.org> Change-Id: Ia77a1b722da6ba989c3992b656a6cde3f2238fd7