summaryrefslogtreecommitdiffstats
path: root/common/cmd_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_cache.c')
-rw-r--r--common/cmd_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_cache.c b/common/cmd_cache.c
index 29ca6213f0..6890fafc30 100644
--- a/common/cmd_cache.c
+++ b/common/cmd_cache.c
@@ -27,7 +27,7 @@
#include <common.h>
#include <command.h>
-#if (CONFIG_COMMANDS & CFG_CMD_CACHE) || defined(CONFIG_CMD_CACHE)
+#if defined(CONFIG_CMD_CACHE)
static int on_off (const char *);
OpenPOWER on IntegriCloud