X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fi2c.h;h=8ceb4c852149425c91377dc2a8d56e2bfd7c6c5a;hb=f9a78b8d4f1e9b42eb0563029a22fd6c34390088;hp=d828964256eb9d14374168c2cf384d4ab10f8df4;hpb=ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af;p=u-boot diff --git a/include/i2c.h b/include/i2c.h index d828964256..8ceb4c8521 100644 --- a/include/i2c.h +++ b/include/i2c.h @@ -108,8 +108,9 @@ * repeatedly to change the speed and slave addresses. */ void i2c_init(int speed, int slaveaddr); -#ifdef CONFIG_SYS_I2C_INIT_BOARD void i2c_init_board(void); +#ifdef CONFIG_SYS_I2C_BOARD_LATE_INIT +void i2c_board_late_init(void); #endif #if defined(CONFIG_I2C_MUX)