diff options
| author | Holger Brunck <holger.brunck@keymile.com> | 2013-07-04 15:37:33 +0200 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-10-09 10:07:56 -0400 | 
| commit | 13303e43b4375b0f3896cb222e8e0a43079e4f08 (patch) | |
| tree | bb77fdd9314bfdcebd4b565527267d4690a1e71c /include/configs/km/km83xx-common.h | |
| parent | 7d77203cd7a5e4686ec48b6bf82d541470ddba07 (diff) | |
| download | olio-uboot-2014.01-13303e43b4375b0f3896cb222e8e0a43079e4f08.tar.xz olio-uboot-2014.01-13303e43b4375b0f3896cb222e8e0a43079e4f08.zip | |
powerpc/km: drop unused CONFIG_SYS_DTT_LOW_TEMP
This define is not used in u-boot code, we can drop this define safely.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Diffstat (limited to 'include/configs/km/km83xx-common.h')
| -rw-r--r-- | include/configs/km/km83xx-common.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/configs/km/km83xx-common.h b/include/configs/km/km83xx-common.h index 0ff866a89..5e075c8dd 100644 --- a/include/configs/km/km83xx-common.h +++ b/include/configs/km/km83xx-common.h @@ -223,7 +223,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		1 |