Skip to content
Snippets Groups Projects
  • Stefan Roese's avatar
    d9172210
    ppc4xx: Fix problem in 44x cache POST routine · d9172210
    Stefan Roese authored
    
    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>
    d9172210
    History
    ppc4xx: Fix problem in 44x cache POST routine
    Stefan Roese authored
    
    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>