]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Fix problem in 44x cache POST routine
authorStefan Roese <sr@denx.de>
Sat, 22 Dec 2007 11:18:26 +0000 (12:18 +0100)
committerStefan Roese <sr@denx.de>
Thu, 27 Dec 2007 18:35:34 +0000 (19:35 +0100)
commitd91722102cf63f77a0148ed3f3d54a26d87575e9
tree90b5b3ff0b1b3e2daad069e88abe1166690040ac
parentb0265b576bb8fa9465f99e99c323768b562fadc2
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>
post/cpu/ppc4xx/cache.c