]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_microblaze/board.c
microblaze: Use cache functions (especially cache status)
[karo-tx-uboot.git] / lib_microblaze / board.c
index 732f81e767d1a7f40edb1a825ef89d03010a3fbc..30d7641868d8140b77bab31cc1f8a178ef5b8aa0 100644 (file)
@@ -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)