From 06713773da4ac3d390c63d82641eb553224b27c2 Mon Sep 17 00:00:00 2001
From: Stefan Roese <sr@denx.de>
Date: Tue, 23 Oct 2007 18:03:12 +0200
Subject: [PATCH] ppc4xx: Remove compiler warning from previous commit

Signed-off-by: Stefan Roese <sr@denx.de>
---
 post/cpu/ppc4xx/cache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/post/cpu/ppc4xx/cache.c b/post/cpu/ppc4xx/cache.c
index 92b751af10d..38e6e98cc73 100644
--- 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;
 }
-- 
GitLab