mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
ppc4xx: Remove temporary TLB entry in POST cache test only for 440
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
ff768cb168
commit
a268590406
1 changed files with 2 additions and 0 deletions
|
@ -119,7 +119,9 @@ int cache_post_test (int flags)
|
||||||
if (ints)
|
if (ints)
|
||||||
enable_interrupts ();
|
enable_interrupts ();
|
||||||
|
|
||||||
|
#ifdef CONFIG_440
|
||||||
remove_tlb((u32)virt, CACHE_POST_SIZE);
|
remove_tlb((u32)virt, CACHE_POST_SIZE);
|
||||||
|
#endif
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue