]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(msm8916): drop unneeded initialization of CNTACR
authorStephan Gerhold <stephan@gerhold.net>
Wed, 22 Mar 2023 17:15:15 +0000 (18:15 +0100)
committerManish V Badarkhe <manish.badarkhe@arm.com>
Tue, 9 May 2023 19:44:51 +0000 (21:44 +0200)
commitd833af3ab50cd2cfecb8868c3d5340df1572f042
tree3ee48d5984896cbb17463428a30d0a131167f8bf
parent4a3e2cb355dfa3e243d2546b96c7e0d112030bc8
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>
plat/qti/msm8916/msm8916_bl31_setup.c