Home
last modified time | relevance | path

Searched hist:"82 eda68444fa4d026bcf1f59c7c0d044ddbcb193" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S82eda68444fa4d026bcf1f59c7c0d044ddbcb193 Mon Apr 18 17:28:33 UTC 2016 Aneesh Bansal <aneesh.bansal@nxp.com> powerpc/mpc85xx: set L2PE in L2CSR0 before enabling L2 cache

While enabling L2 cache, the value of L2PE (L2 cache parity/ECC
error checking enable) must not be changed while the L2 cache is
enabled.
So, L2PE must be set before enabling L2 cache.

Signed-off-by: Aneesh Bansal <aneesh.bansal@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>