]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/i2c.h
fdt: introduce fdt_create_phandle()
[karo-tx-uboot.git] / include / i2c.h
index cd23c8ac124cd38075d0330ad4a6a212a4bbcd49..8ceb4c852149425c91377dc2a8d56e2bfd7c6c5a 100644 (file)
  * 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);
-#endif
 #ifdef CONFIG_SYS_I2C_BOARD_LATE_INIT
 void i2c_board_late_init(void);
 #endif