]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 16 Sep 2009 02:30:09 +0000 (21:30 -0500)
commit9f00409a9d04cf533305531da32437130802f3a3
tree0f1d7791cc318282fcf78e46b637ea9aeadedb3d
parent0456dbf3475d0aec42873a967ac97ed81f376119
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]