powerpc: Add cpu_secondary_init_r to allow for initialization post env setup
authorKumar Gala <galak@kernel.crashing.org>
Wed, 2 Feb 2011 17:23:50 +0000 (11:23 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 4 Apr 2011 14:24:41 +0000 (09:24 -0500)
commitf9a33f1c6158ce3fa119d94109d4347cf2e0aa4a
treea1f46817cc4b8a914e7013244e7d323f22a64801
parentfdb4dad31e2b0c7991595c9cedaf76c033a31115
powerpc: Add cpu_secondary_init_r to allow for initialization post env setup

We can simplify some cpu/SoC level initialization by moving it to be
after the environment and non-volatile storage is setup as there might
be dependancies on such things in various boot configurations.

For example for FSL SoC's with QE if we boot from NAND we need it setup
to extra the ucode image to initialize the QE.  If we always do this
after environment & non-volatile storage is working we can have the code
be the same regardless of NOR, NAND, SPI, MMC boot.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/cpu_init.c
arch/powerpc/lib/board.c