commit | d0e22329e1a51548bdeeae66bc35fe2dc1cabdf6 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Thu Dec 13 12:54:26 2018 +0000 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Fri Feb 01 21:59:15 2019 +0000 |
tree | f31641b39d3347bfccb554e11413bdaaf2c5d340 | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c [diff] |
ARM: qcom: remove unnecessary boot_lock The boot_lock is something that was required for ARM development platforms to ensure that the delay calibration worked properly. This is not necessary for modern platforms that have better bus bandwidth and do not need to calibrate the delay loop for secondary cores. Remove the boot_lock entirely. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>