• Samuel Holland's avatar
    allwinner: Leave CPU power alone during BL31 setup · ed267c92
    Samuel Holland authored
    
    
    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: default avatarSamuel Holland <samuel@sholland.org>
    Change-Id: Ia77a1b722da6ba989c3992b656a6cde3f2238fd7
    ed267c92
sunxi_bl31_setup.c 4.86 KB