commit | cfe695c2d3746b5000427208b12ffea1356a1c69 | [log] [tgz] |
---|---|---|
author | Mike Dunn <mikedunn@newsguy.com> | Mon Jun 17 10:47:28 2013 -0700 |
committer | Marek Vasut <marex@denx.de> | Sat Jun 22 15:25:28 2013 +0200 |
tree | 250fb2c64c27a67d978a3e6ad63c941b67f4b7be | |
parent | 6e20679549a671c9bf8baeaa526629510d17020d [diff] |
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>