mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
097d86d098
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> |
||
---|---|---|
.. | ||
config.mk | ||
cpuinfo.c | ||
Makefile | ||
pxa2xx.c | ||
start.S | ||
timer.c | ||
usb.c |