diff options
| author | James Yang <James.Yang@freescale.com> | 2013-03-25 07:39:58 +0000 | 
|---|---|---|
| committer | Andy Fleming <afleming@freescale.com> | 2013-05-24 16:54:09 -0500 | 
| commit | c416faf84f0586028d430bc962822cbfa17cece9 (patch) | |
| tree | 64ceb1126d3cdcaa60801b68b8b7ba0b94dbb24f /arch/powerpc/cpu/mpc85xx/cpu_init.c | |
| parent | 9cefbd64b2ec2e320109ec41ec5cf476161c2c78 (diff) | |
| download | olio-uboot-2014.01-c416faf84f0586028d430bc962822cbfa17cece9.tar.xz olio-uboot-2014.01-c416faf84f0586028d430bc962822cbfa17cece9.zip | |
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/cpu_init.c')
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/cpu_init.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/cpu/mpc85xx/cpu_init.c b/arch/powerpc/cpu/mpc85xx/cpu_init.c index 48e6a05d3..d5b17de7c 100644 --- a/arch/powerpc/cpu/mpc85xx/cpu_init.c +++ b/arch/powerpc/cpu/mpc85xx/cpu_init.c @@ -337,7 +337,7 @@ int enable_cluster_l2(void)  			while ((in_be32(&l2cache->l2csr0)  				& (L2CSR0_L2FI|L2CSR0_L2LFC)) != 0)  					; -			out_be32(&l2cache->l2csr0, L2CSR0_L2E); +			out_be32(&l2cache->l2csr0, L2CSR0_L2E|L2CSR0_L2PE);  		}  		i++;  	} while (!(cluster & TP_CLUSTER_EOC)); |