diff options
author | Wolfgang Denk <wd@denx.de> | 2010-04-24 21:11:56 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-04-24 21:11:56 +0200 |
commit | b919a3f2981109c9f2aaafe9c692dbb99f1c6366 (patch) | |
tree | 3463b2da0ee63b4fd73639e0c852aa2e6897d49a /include | |
parent | a47a12becf66f02a56da91c161e2edb625e9f20c (diff) | |
parent | 26a33504a55e4882520f2e9da96ba6c22badb353 (diff) | |
download | u-boot-imx-b919a3f2981109c9f2aaafe9c692dbb99f1c6366.zip u-boot-imx-b919a3f2981109c9f2aaafe9c692dbb99f1c6366.tar.gz u-boot-imx-b919a3f2981109c9f2aaafe9c692dbb99f1c6366.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Diffstat (limited to 'include')
-rw-r--r-- | include/i2c.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/i2c.h b/include/i2c.h index d828964..cd23c8a 100644 --- a/include/i2c.h +++ b/include/i2c.h @@ -111,6 +111,9 @@ 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 #if defined(CONFIG_I2C_MUX) |