aboutsummaryrefslogtreecommitdiff
path: root/lib_microblaze
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-01-05 13:35:31 +0100
committerMichal Simek <monstr@monstr.eu>2009-01-23 10:40:00 +0100
commite7f325be9edeb84bb457301776bbac1f7257dafc (patch)
tree1045e79a8e15020a991b0c99e016af1ef0755b24 /lib_microblaze
parente9b737deb2c30125362d20e24170617476026e94 (diff)
microblaze: Use cache functions (especially cache status)
in systems which are configured without flash
Diffstat (limited to 'lib_microblaze')
-rw-r--r--lib_microblaze/board.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib_microblaze/board.c b/lib_microblaze/board.c
index 732f81e76..30d764186 100644
--- a/lib_microblaze/board.c
+++ b/lib_microblaze/board.c
@@ -137,11 +137,8 @@ void board_init (void)
}
puts ("SDRAM :\n");
-#if defined(CONFIG_CMD_CACHE)
- puts ("\tEnabling caches :\n");
printf ("\t\tIcache:%s\n", icache_status() ? "OK" : "FAIL");
printf ("\t\tDcache:%s\n", dcache_status() ? "OK" : "FAIL");
-#endif
printf ("\tU-Boot Start:0x%08x\n", TEXT_BASE);
#if defined(CONFIG_CMD_FLASH)