mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
d91722102c
As repoted by Larry Johnson, running "diag run cache" caused a crash in U-Boot. This problem was introduced by a patch that removed the TLB entry for the cache test after the test has completed. Since this TLB was only setup once, a 2nd attempt to run this cache test failed with a crash. Now this TLB entry is created every time the routine is called. Signed-off-by: Stefan Roese <sr@denx.de> |
||
---|---|---|
.. | ||
board | ||
cpu | ||
drivers | ||
lib_ppc | ||
Makefile | ||
post.c | ||
rules.mk | ||
tests.c |