summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/start.S
diff options
context:
space:
mode:
authorJames Yang <James.Yang@freescale.com>2013-03-25 07:39:58 +0000
committerAndy Fleming <afleming@freescale.com>2013-05-24 16:54:09 -0500
commitc416faf84f0586028d430bc962822cbfa17cece9 (patch)
tree64ceb1126d3cdcaa60801b68b8b7ba0b94dbb24f /arch/powerpc/cpu/mpc85xx/start.S
parent9cefbd64b2ec2e320109ec41ec5cf476161c2c78 (diff)
downloadu-boot-imx-c416faf84f0586028d430bc962822cbfa17cece9.zip
u-boot-imx-c416faf84f0586028d430bc962822cbfa17cece9.tar.gz
u-boot-imx-c416faf84f0586028d430bc962822cbfa17cece9.tar.bz2
Enable L2 cache parity/ECC error checking
Signed-off-by: James Yang <James.Yang@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/start.S')
-rw-r--r--arch/powerpc/cpu/mpc85xx/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/start.S b/arch/powerpc/cpu/mpc85xx/start.S
index 5542d0a..87168e2 100644
--- a/arch/powerpc/cpu/mpc85xx/start.S
+++ b/arch/powerpc/cpu/mpc85xx/start.S
@@ -734,7 +734,7 @@ enable_l2_cluster_l2:
isync
and. r1, r0, r4
bne 1b
- lis r4, L2CSR0_L2E@h
+ lis r4, (L2CSR0_L2E|L2CSR0_L2PE)@h
sync
stw r4, 0(r3) /* enable L2 */
delete_ccsr_l2_tlb: