diff options
Diffstat (limited to 'include/configs/km/km83xx-common.h')
| -rw-r--r-- | include/configs/km/km83xx-common.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/configs/km/km83xx-common.h b/include/configs/km/km83xx-common.h index a6f8ebd9d..8f97f679b 100644 --- a/include/configs/km/km83xx-common.h +++ b/include/configs/km/km83xx-common.h @@ -220,6 +220,8 @@  		{0, {{I2C_MUX_PCA9547, 0x70, 1} } }, \  		{1, {I2C_NULL_HOP} } } +#define CONFIG_KM_IVM_BUS		2	/* I2C2 (Mux-Port 1)*/ +  /* I2C SYSMON (LM75, AD7414 is almost compatible) */  #define CONFIG_DTT_LM75		/* ON Semi's LM75 */  #define CONFIG_DTT_SENSORS	{0, 1, 2, 3}	/* Sensor addresses */ @@ -322,7 +324,6 @@  #define CONFIG_EXTRA_ENV_SETTINGS \  	CONFIG_KM_DEF_ENV						\  	CONFIG_KM_DEF_ARCH						\ -	"EEprom_ivm=2\0"						\  	"newenv="							\  		"prot off 0xF00C0000 +0x40000 && "			\  		"era 0xF00C0000 +0x40000\0"				\ |