Re: [U-Boot] [PATCH 2/2] ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL

2009-09-15 Thread Kumar Gala
On Sep 11, 2009, at 2:55 PM, Kumar Gala wrote: > 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 > --- > cpu/mpc85xx/Makefile |1 + > cpu/mpc85xx/cpu_init.c | 51 > cpu/mpc85xx

[U-Boot] [PATCH 2/2] ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL

2009-09-11 Thread Kumar Gala
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 --- cpu/mpc85xx/Makefile |1 + cpu/mpc85xx/cpu_init.c | 51 cpu/mpc85xx/cpu_init_early.c | 76