Skip to content
Snippets Groups Projects
Commit d9172210 authored by Stefan Roese's avatar Stefan Roese
Browse files

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: default avatarStefan Roese <sr@denx.de>
parent b0265b57
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment