commit | 5a984ce86b69cd947034a8f4233b3870cf3339d7 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Sat Dec 22 12:18:26 2007 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Dec 27 19:35:34 2007 +0100 |
tree | 90b5b3ff0b1b3e2daad069e88abe1166690040ac | |
parent | e1582dbd7a0d1130c1aada5e1ddafe163fd7bf2c [diff] |
ppc4xx: Fix problem in 44x cache POST routine 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>