projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fa397d
)
ppc4xx: Remove compiler warning from previous commit
author
Stefan Roese
<sr@denx.de>
Tue, 23 Oct 2007 16:03:12 +0000
(18:03 +0200)
committer
Stefan Roese
<sr@denx.de>
Wed, 31 Oct 2007 20:21:46 +0000
(21:21 +0100)
Signed-off-by: Stefan Roese <sr@denx.de>
post/cpu/ppc4xx/cache.c
patch
|
blob
|
history
diff --git
a/post/cpu/ppc4xx/cache.c
b/post/cpu/ppc4xx/cache.c
index 92b751af10ddee5c8c326cc25cccf22bcb8611a6..38e6e98cc7331e09c70951ec78eabd03f74c76a4 100644
(file)
--- a/
post/cpu/ppc4xx/cache.c
+++ b/
post/cpu/ppc4xx/cache.c
@@
-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;
}