mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-08 17:32:59 +08:00
ppc4xx: Remove compiler warning from previous commit
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
@@ -119,7 +119,7 @@ int cache_post_test (int flags)
|
||||
if (ints)
|
||||
enable_interrupts ();
|
||||
|
||||
remove_tlb(virt, CACHE_POST_SIZE);
|
||||
remove_tlb((u32)virt, CACHE_POST_SIZE);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user