summaryrefslogtreecommitdiffstats
path: root/include/configs/km82xx.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/km82xx.h
parent9a2accb44f871af9c87c34d1c9ac95010f4e6f09 (diff)
downloadblackbird-obmc-uboot-f3e9361771af69b12699c8e58b174d72f0bb545e.tar.gz
blackbird-obmc-uboot-f3e9361771af69b12699c8e58b174d72f0bb545e.zip
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/km82xx.h')
-rw-r--r--include/configs/km82xx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/km82xx.h b/include/configs/km82xx.h
index 54041f3574..4278be26e2 100644
--- a/include/configs/km82xx.h
+++ b/include/configs/km82xx.h
@@ -212,7 +212,6 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
CONFIG_KM_BOARD_EXTRA_ENV \
CONFIG_KM_DEF_ENV \
- "EEprom_ivm=1\0" \
"unlock=yes\0" \
"newenv=" \
"prot off 0xFE0C0000 +0x40000 && " \
@@ -253,6 +252,8 @@
{0, {{I2C_MUX_PCA9542, 0x70, 0} } }, \
{0, {{I2C_MUX_PCA9542, 0x70, 1} } } }
+#define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/
+
/*
* Software (bit-bang) I2C driver configuration
*/
OpenPOWER on IntegriCloud