]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_cache.c
common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
[u-boot] / common / cmd_cache.c
index 6c250bc1c025cda68385d85db853ba43b82fe424..29ca6213f054a2bad41aa4855f91a6efd8a121e2 100644 (file)
@@ -27,7 +27,7 @@
 #include <common.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_CACHE)
+#if (CONFIG_COMMANDS & CFG_CMD_CACHE) || defined(CONFIG_CMD_CACHE)
 
 static int on_off (const char *);