ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL
authorKumar Gala <galak@kernel.crashing.org>
Fri, 11 Sep 2009 18:52:45 +0000 (13:52 -0500)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:29 +0000 (09:04 -0500)
commit002ebefddcf7589307aec95947f0133fd53958c6
tree564e0496a45c00728ad42cbf8b5dedf49ff1554b
parent168f7cfe562001d5d7c2c724b8232a1dfb2d3463
ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL

By pulling out cpu_init_early we can build just it and not all of
cpu_init for NAND_SPL.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/Makefile
cpu/mpc85xx/cpu_init.c
cpu/mpc85xx/cpu_init_early.c [new file with mode: 0644]