powerpc/mpc5121: avoid using arch_initcall for clock init
authorAnatolij Gustschin <agust@denx.de>
Tue, 16 Feb 2010 17:35:13 +0000 (10:35 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 16 Feb 2010 17:35:13 +0000 (10:35 -0700)
Move mpc5121_clk_init() call to platform init code so it won't
get called on non-5121 platforms on a multiplatform kernel.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found