ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE
authorHeiko Stübner <heiko@sntech.de>
Thu, 27 Mar 2014 00:06:32 +0000 (01:06 +0100)
committerOlof Johansson <olof@lixom.net>
Mon, 26 May 2014 18:15:53 +0000 (11:15 -0700)
With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore
to reference the relevant smp_ops in the board file, but instead it can
simply be set by the enable-method property of the cpu nodes.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found