Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/pxa/
H A Dstart.S097d86d0 Mon Jun 17 12:47:28 CDT 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>