mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-22 00:28:15 +01:00
ppc4xx: Remove compiler warning from previous commit
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
6fa397df67
commit
06713773da
@ -119,7 +119,7 @@ int cache_post_test (int flags)
|
|||||||
if (ints)
|
if (ints)
|
||||||
enable_interrupts ();
|
enable_interrupts ();
|
||||||
|
|
||||||
remove_tlb(virt, CACHE_POST_SIZE);
|
remove_tlb((u32)virt, CACHE_POST_SIZE);
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user