Skip to content
Snippets Groups Projects
Commit 097d86d0 authored by Mike Dunn's avatar Mike Dunn Committed by Marek Vasut
Browse files

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: default avatarMike Dunn <mikedunn@newsguy.com>
parent 3497d432
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment