commit | 284ed66fc3beca509a7549aae06af5c74023304c | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Tue Feb 16 10:35:13 2010 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Feb 16 10:35:13 2010 -0700 |
tree | 16147ca13e10d4235b759d5b126c223f2f9f18c0 | |
parent | 724e6d3fe8003c3f60bf404bf22e4e331327c596 [diff] |
powerpc/mpc5121: avoid using arch_initcall for clock init 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>