mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue