Home
last modified time | relevance | path

Searched hist:"3 e4c3137d6aefaf45a87bbad701fc336f3f24a3d" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S3e4c3137d6aefaf45a87bbad701fc336f3f24a3d Mon Mar 25 07:33:14 UTC 2013 Andy Fleming <afleming@freescale.com> e6500: Move L1 enablement after L2 enablement

The L1 D-cache on e6500 is write-through. This means that it's not
considered a good idea to have the L1 up and running if the L2 is
disabled. We don't actually *use* the L1 until after the L2 is
brought up on e6500, so go ahead and move the L1 enablement after
that code is done.

Signed-off-by: Andy Fleming <afleming@freescale.com>