commit | d91722102cf63f77a0148ed3f3d54a26d87575e9 | [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 | b0265b576bb8fa9465f99e99c323768b562fadc2 [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>