aboutsummaryrefslogtreecommitdiff
path: root/include/configs/km/km83xx-common.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2012-10-25 11:07:00 +0200
committerHeiko Schocher <hs@denx.de>2013-07-23 08:34:54 +0200
commitf3e9361771af69b12699c8e58b174d72f0bb545e (patch)
tree196d60b261ee7feeb0f96f8589b493518cce9845 /include/configs/km/km83xx-common.h
parent9a2accb44f871af9c87c34d1c9ac95010f4e6f09 (diff)
downloadu-boot-f3e9361771af69b12699c8e58b174d72f0bb545e.zip
u-boot-f3e9361771af69b12699c8e58b174d72f0bb545e.tar.gz
u-boot-f3e9361771af69b12699c8e58b174d72f0bb545e.tar.bz2
i2c, multibus, keymile: get rid of EEprom_ivm envvariable
as the keymile boards use now the new i2c multibus/multiadapter framework, remove the EEprom_ivm Environmentvar, as not longer needed. Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Holger Brunck <holger.brunck@keymile.com> Tested-By: Holger Brunck <holger.brunck@keymile.com>
Diffstat (limited to 'include/configs/km/km83xx-common.h')
-rw-r--r--include/configs/km/km83xx-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/km/km83xx-common.h b/include/configs/km/km83xx-common.h
index a6f8ebd..8f97f67 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" \