summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-01-23 22:47:25 +0100
committerWolfgang Denk <wd@denx.de>2009-01-23 22:47:25 +0100
commit1ca1d3c866709635fc082b0140e02257a742316c (patch)
tree618053ce9979b5620a04b96e5a0b628c4b13262b /cpu
parent4d0b54685c5c656023b826089ef8cc0ea1c5cd9e (diff)
parente7f325be9edeb84bb457301776bbac1f7257dafc (diff)
downloadu-boot-imx-1ca1d3c866709635fc082b0140e02257a742316c.zip
u-boot-imx-1ca1d3c866709635fc082b0140e02257a742316c.tar.gz
u-boot-imx-1ca1d3c866709635fc082b0140e02257a742316c.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-microblaze
Diffstat (limited to 'cpu')
-rw-r--r--cpu/microblaze/cache.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpu/microblaze/cache.c b/cpu/microblaze/cache.c
index 4b7866f..3b7c4d4 100644
--- a/cpu/microblaze/cache.c
+++ b/cpu/microblaze/cache.c
@@ -25,8 +25,6 @@
#include <common.h>
#include <asm/asm.h>
-#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