summaryrefslogtreecommitdiffstats
path: root/arch/ppc/mach-mpc85xx/cpu_init.c
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2014-01-15 11:47:43 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-16 14:00:30 +0100
commitb79f78997d142bf27716be637799acc8e0040ca2 (patch)
treeb546f2b3c052d18fc7c675e212e5f4f8fe74aefa /arch/ppc/mach-mpc85xx/cpu_init.c
parentb2c5a39dfccc8367e83fa02bfd529ce710e2d8a1 (diff)
downloadbarebox-b79f78997d142bf27716be637799acc8e0040ca2.tar.gz
barebox-b79f78997d142bf27716be637799acc8e0040ca2.tar.xz
ppc: cpu-85xx: import U-Boot start-up code
Import U-Boot start-up code from version git-9407c3fc to include the latest CPUs errata and make future U-Boot code inclusion easier. The code import is limited to the currently supported CPUs P2020/MPC8544. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/mach-mpc85xx/cpu_init.c')
-rw-r--r--arch/ppc/mach-mpc85xx/cpu_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/mach-mpc85xx/cpu_init.c b/arch/ppc/mach-mpc85xx/cpu_init.c
index 8372b7f0bc..7b50cef5c4 100644
--- a/arch/ppc/mach-mpc85xx/cpu_init.c
+++ b/arch/ppc/mach-mpc85xx/cpu_init.c
@@ -110,7 +110,7 @@ void cpu_init_early_f(void)
fsl_setup_ccsrbar();
fsl_init_laws();
- e500_invalidate_tlb(0);
+ e500_invalidate_tlb(1);
e500_init_tlbs();
}