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

Kumar Gala galak at kernel.crashing.org
Wed Sep 16 05:17:56 CEST 2009


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 <galak at kernel.crashing.org>
> ---
> cpu/mpc85xx/Makefile         |    1 +
> cpu/mpc85xx/cpu_init.c       |   51 ----------------------------
> cpu/mpc85xx/cpu_init_early.c |   76 +++++++++++++++++++++++++++++++++ 
> +++++++++
> 3 files changed, 77 insertions(+), 51 deletions(-)
> create mode 100644 cpu/mpc85xx/cpu_init_early.c

applied to 85xx

- k


More information about the U-Boot mailing list