summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-04-21 15:28:13 +0300
committerTom Rini <trini@konsulko.com>2020-04-21 15:28:13 +0300
commit1bf65142b31a48c8e354df603c9f6fa5c8cac389 (patch)
treefc720154f815f02befeff6d8c36794ad001f8497 /cmd
parent94c03c7c772bf7818ea84a092a90beaba1782046 (diff)
parent956d57a8ddf17dbd69f9120b399f621f15ea3f95 (diff)
downloadu-boot-1bf65142b31a48c8e354df603c9f6fa5c8cac389.tar.xz
Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c
i2c changes for 2020.07 - add new i2c driver for Broadcom iproc-based socs - fix cmd: eeprom: Staticize eeprom_i2c_bus - i2c: muxes: pca954x: add PCA9546 variant
Diffstat (limited to 'cmd')
-rw-r--r--cmd/eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/eeprom.c b/cmd/eeprom.c
index 667149e2d4..792415ef93 100644
--- a/cmd/eeprom.c
+++ b/cmd/eeprom.c
@@ -61,7 +61,7 @@
#endif
#if defined(CONFIG_DM_I2C)
-int eeprom_i2c_bus;
+static int eeprom_i2c_bus;
#endif
__weak int eeprom_write_enable(unsigned dev_addr, int state)