commit | 26ab69cb4c1f77060bece483f2ec210163867782 | [log] [tgz] |
---|---|---|
author | Heiko Stübner <heiko@sntech.de> | Thu Mar 27 01:06:32 2014 +0100 |
committer | Olof Johansson <olof@lixom.net> | Mon May 26 11:15:53 2014 -0700 |
tree | a7fb76ff3d21501a1e81f9b76b38577a97406f64 | |
parent | 1ef81bf7bcc9d795619197b15218304c9d42c18c [diff] |
ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE 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>