commit | d833af3ab50cd2cfecb8868c3d5340df1572f042 | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Wed Mar 22 18:15:15 2023 +0100 |
committer | Manish V Badarkhe <manish.badarkhe@arm.com> | Tue May 09 21:44:51 2023 +0200 |
tree | 3ee48d5984896cbb17463428a30d0a131167f8bf | |
parent | 4a3e2cb355dfa3e243d2546b96c7e0d112030bc8 [diff] |
fix(msm8916): drop unneeded initialization of CNTACR Normal world software is responsible to initialize CNTACR as needed. There is no existing software for msm8916 that depends on having this initialization in BL31 so drop it before anything starts to rely on it. Related issue: https://github.com/ARM-software/tf-issues/issues/170 Change-Id: I9d037ab218c0c1c8a5d5523722013eba531f4728 Signed-off-by: Stephan Gerhold <stephan@gerhold.net>