summaryrefslogtreecommitdiff
path: root/common/cmd_cache.c
diff options
context:
space:
mode:
authorMichael Brandt <Michael.Brandt@stericsson.com>2009-12-03 17:02:35 +0100
committerMichael Brandt <Michael.Brandt@stericsson.com>2009-12-03 17:02:35 +0100
commitecde8243a8351725ff598f42c88ded154f8a0f1e (patch)
tree62b6c69684c7270eb8fdd3ef4666a5f9c4fb8b8f /common/cmd_cache.c
parent4f47f2f1c8c46ac87c4e0a5708f950fdb59a2a17 (diff)
parentbcb324d68f7955c1136dafc944eb55db8ebaa601 (diff)
Merge branch 'master' of http://git.denx.de/u-boot
Diffstat (limited to 'common/cmd_cache.c')
-rw-r--r--common/cmd_cache.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_cache.c b/common/cmd_cache.c
index 0dfa3363b..120225841 100644
--- a/common/cmd_cache.c
+++ b/common/cmd_cache.c
@@ -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