diff options
| author | Holger Brunck <[email protected]> | 2013-10-07 15:10:03 +0200 |
|---|---|---|
| committer | Prafulla Wadaskar <[email protected]> | 2014-01-06 20:58:34 +0530 |
| commit | e28d4a272f4e59185581f9c7252016872b4681e6 (patch) | |
| tree | 47efd5f302b29e2d7af0887bbc17ada1b8232863 /include | |
| parent | 5e4eeab92bb900ebb79e42deec601511071f17f1 (diff) | |
arm/km: fix i2c mux define for km_kirkwood_128m16 target
Due to the i2c mux rework in u-boot we now have only to specify the
busnumber and not the whole mux configuration.
Signed-off-by: Holger Brunck <[email protected]>
Acked-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/km_kirkwood.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/km_kirkwood.h b/include/configs/km_kirkwood.h index b8b64c49960..74c72325f65 100644 --- a/include/configs/km_kirkwood.h +++ b/include/configs/km_kirkwood.h @@ -43,7 +43,7 @@ #define CONFIG_SYS_KWD_CONFIG \ $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg #define CONFIG_KM_DISABLE_PCIE -#define KM_IVM_BUS "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/ +#define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/ /* KM_NUSA */ #elif defined(CONFIG_KM_NUSA) |
