aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_dtt.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_dtt.c')
-rw-r--r--common/cmd_dtt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_dtt.c b/common/cmd_dtt.c
index 4f7b049d7..b220ecb2f 100644
--- a/common/cmd_dtt.c
+++ b/common/cmd_dtt.c
@@ -25,7 +25,7 @@
#include <config.h>
#include <command.h>
-#if (CONFIG_COMMANDS & CFG_CMD_DTT)
+#if (CONFIG_COMMANDS & CFG_CMD_DTT) || defined(CONFIG_CMD_DTT)
#include <dtt.h>
#include <i2c.h>