]> git.sur5r.net Git - u-boot/commit
ppc/85xx: Change cpu_init_early_f so we can use with NAND SPL
authorKumar Gala <galak@kernel.crashing.org>
Fri, 11 Sep 2009 18:41:49 +0000 (13:41 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 16 Sep 2009 02:30:09 +0000 (21:30 -0500)
commit0456dbf3475d0aec42873a967ac97ed81f376119
tree923b3ef458ea152ecc25eb45e2ada90dd8a3956d
parent6e1385d5f8d137e741dfef02465d7dc328040ad7
ppc/85xx: Change cpu_init_early_f so we can use with NAND SPL

Use write_tlb and don't use memset so we can use the same code for
cpu_init_early_f between NAND SPL and not.

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