Home
last modified time | relevance | path

Searched hist:"097 d86d098ce9c5c59501b4bffd2a3d3324166ef" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/pxa/
H A Dstart.S097d86d098ce9c5c59501b4bffd2a3d3324166ef Mon Jun 17 17:47:28 UTC 2013 Mike Dunn <mikedunn@newsguy.com> pxa: turn icache off in cpu_init_crit()

The comment in the low-level initialization function cpu_init_crit() says that
the caches are being disabled, but (oddly) the icache is actually turned on.
This is probably not a good idea prior to relocating code, so this patch turns
it off. Tested on the pxa270.

Signed-off-by: Mike Dunn <mikedunn@newsguy.com>