commit | 41504580b8e79c90b2c249f6b6e047179f22dcd6 | [log] [tgz] |
---|---|---|
author | Syed Rameez Mustafa <rameezmustafa@codeaurora.org> | Fri Jan 25 20:28:16 2013 -0800 |
committer | Jay Chokshi <jchokshi@codeaurora.org> | Thu Feb 14 10:48:46 2013 -0800 |
tree | 06c733f9c113be2619b7af2cb48f1e0102db5ed5 | |
parent | ddd379d86d4322d799b824c957e435a54d74a732 [diff] |
msm: platsmp: use msm_platform_prepare_cpus() for arm targets The boot vector for secondary CPUs is written to the boot remap register by TZ rather than the kernel. This makes arm_platform_prepare_cpus() redundant. Use msm_platform_prepare_cpus() instead since all we need to do is provide TZ the address of the boot vector. Change-Id: I05f677bd1f43c65a8f93b7da8e93084718c5dece Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org>