summaryrefslogtreecommitdiffstats
path: root/board/compulab/cm_t3517/cm_t3517.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/compulab/cm_t3517/cm_t3517.c')
-rw-r--r--board/compulab/cm_t3517/cm_t3517.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/cm_t3517/cm_t3517.c b/board/compulab/cm_t3517/cm_t3517.c
index cac1ad9ef1..624cf4c034 100644
--- a/board/compulab/cm_t3517/cm_t3517.c
+++ b/board/compulab/cm_t3517/cm_t3517.c
@@ -163,7 +163,7 @@ static int cm_t3517_handle_mac_address(void)
if (ret)
return 0;
- ret = cl_eeprom_read_mac_addr(enetaddr);
+ ret = cl_eeprom_read_mac_addr(enetaddr, CONFIG_SYS_I2C_EEPROM_BUS);
if (ret) {
ret = am3517_get_efuse_enetaddr(enetaddr);
if (ret)
OpenPOWER on IntegriCloud