summaryrefslogtreecommitdiffstats
path: root/include/configs/portl2.h
diff options
context:
space:
mode:
authorThomas Herzmann <thomas.herzmann@keymile.com>2011-09-13 22:41:03 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-11-03 22:56:23 +0100
commit5e454e0acefe8d020506db6608b70205b10fb8d9 (patch)
treeb22a2ef6585fe5fceeb9a2d7e041e7ac46ecc8e2 /include/configs/portl2.h
parent37605c466d10ea49c8618d8a4cdfd0176efa8f68 (diff)
downloadtalos-obmc-uboot-5e454e0acefe8d020506db6608b70205b10fb8d9.tar.gz
talos-obmc-uboot-5e454e0acefe8d020506db6608b70205b10fb8d9.zip
arm/km: portl2 environment address update to P1B
The environment eeprom is now at a different MUX address. Signed-off-by: Thomas Herzmann <thomas.herzmann@keymile.com> Signed-off-by: Holger Brunck <holger.brunck@keymile.com> cc: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include/configs/portl2.h')
-rw-r--r--include/configs/portl2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/portl2.h b/include/configs/portl2.h
index a8543a534f..e436cfea41 100644
--- a/include/configs/portl2.h
+++ b/include/configs/portl2.h
@@ -46,7 +46,11 @@
#define CONFIG_PORTL2
#define KM_IVM_BUS "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/
-#define KM_ENV_BUS "pca9544a:70:a" /* I2C2 (Mux-Port 2)*/
+/*
+ * Note: This is only valid for HW > P1A if you got an outdated P1A
+ * use KM_ENV_BUS "pca9544a:70:a"
+ */
+#define KM_ENV_BUS "pca9544a:70:d" /* I2C2 (Mux-Port 5)*/
/*
* portl2 has a fixed link to the XMPP backplane
OpenPOWER on IntegriCloud