This define is not used in u-boot code, we can drop this define safely.

Signed-off-by: Holger Brunck <holger.bru...@keymile.com>
---
 include/configs/km/km83xx-common.h | 1 -
 include/configs/km82xx.h           | 1 -
 2 files changed, 2 deletions(-)

diff --git a/include/configs/km/km83xx-common.h 
b/include/configs/km/km83xx-common.h
index eb0e5b6..c6b4c73 100644
--- a/include/configs/km/km83xx-common.h
+++ b/include/configs/km/km83xx-common.h
@@ -214,7 +214,6 @@
 #define CONFIG_DTT_LM75                /* ON Semi's LM75 */
 #define CONFIG_DTT_SENSORS     {0, 1, 2, 3}    /* Sensor addresses */
 #define CONFIG_SYS_DTT_MAX_TEMP        70
-#define CONFIG_SYS_DTT_LOW_TEMP        -30
 #define CONFIG_SYS_DTT_HYSTERESIS      3
 #define CONFIG_SYS_DTT_BUS_NUM         (CONFIG_SYS_MAX_I2C_BUS)
 
diff --git a/include/configs/km82xx.h b/include/configs/km82xx.h
index 3c2117f..fa4cc7b 100644
--- a/include/configs/km82xx.h
+++ b/include/configs/km82xx.h
@@ -280,7 +280,6 @@ int get_scl(void);
 #define CONFIG_DTT_LM75                        /* ON Semi's LM75               
*/
 #define CONFIG_DTT_SENSORS     {0}     /* Sensor addresses             */
 #define CONFIG_SYS_DTT_MAX_TEMP        70
-#define CONFIG_SYS_DTT_LOW_TEMP        -30
 #define CONFIG_SYS_DTT_HYSTERESIS      3
 #define CONFIG_SYS_DTT_BUS_NUM         (CONFIG_SYS_MAX_I2C_BUS)
 
-- 
1.8.0.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to