From e7f325be9edeb84bb457301776bbac1f7257dafc Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 5 Jan 2009 13:35:31 +0100 Subject: microblaze: Use cache functions (especially cache status) in systems which are configured without flash --- cpu/microblaze/cache.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpu/microblaze') diff --git a/cpu/microblaze/cache.c b/cpu/microblaze/cache.c index 4b7866fae..3b7c4d4f7 100644 --- a/cpu/microblaze/cache.c +++ b/cpu/microblaze/cache.c @@ -25,8 +25,6 @@ #include #include -#if defined(CONFIG_CMD_CACHE) - int dcache_status (void) { int i = 0; @@ -62,4 +60,3 @@ void dcache_enable (void) { void dcache_disable(void) { MSRCLR(0x80); } -#endif -- cgit v1.2.3