mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
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>
This commit is contained in:
parent
37605c466d
commit
5e454e0ace
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue