]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_cache.c
Remove superfluous preprocessor tests from some cmd_*.c files.
[u-boot] / 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