]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_cache.c
correct a syntax typo in at91_matrix.h
[people/ms/u-boot.git] / common / cmd_cache.c
index 0dfa3363bdd754e4dbac3ddadb339c497acffeb2..12022584196153e2b3d570f4fae1d692520807f4 100644 (file)
@@ -27,8 +27,6 @@
 #include <common.h>
 #include <command.h>
 
-#if defined(CONFIG_CMD_CACHE)
-
 static int on_off (const char *);
 
 int do_icache ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
@@ -108,5 +106,3 @@ U_BOOT_CMD(
        "[on, off]\n"
        "    - enable or disable data (writethrough) cache"
 );
-
-#endif