summaryrefslogtreecommitdiffstats
path: root/include/dtt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dtt.h')
-rw-r--r--include/dtt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/dtt.h b/include/dtt.h
index 965e82eb04..399b64abac 100644
--- a/include/dtt.h
+++ b/include/dtt.h
@@ -43,12 +43,12 @@
#define DTT_INDUSTRIAL_MAX_TEMP 85 /* -40 - +85 C */
#define DTT_AUTOMOTIVE_MAX_TEMP 105 /* -40 - +105 C */
-#ifndef CFG_DTT_MAX_TEMP
-#define CFG_DTT_MAX_TEMP DTT_COMMERCIAL_MAX_TEMP
+#ifndef CONFIG_SYS_DTT_MAX_TEMP
+#define CONFIG_SYS_DTT_MAX_TEMP DTT_COMMERCIAL_MAX_TEMP
#endif
-#ifndef CFG_DTT_HYSTERESIS
-#define CFG_DTT_HYSTERESIS 5 /* 5 C */
+#ifndef CONFIG_SYS_DTT_HYSTERESIS
+#define CONFIG_SYS_DTT_HYSTERESIS 5 /* 5 C */
#endif
#endif /* CONFIG_DTT_ADM1021 */
OpenPOWER on IntegriCloud