i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT
This option is not used by any boards. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:

committed by
Heiko Schocher

parent
b238c9dce5
commit
b0103f33b4
@@ -706,9 +706,6 @@ void i2c_early_init_f(void);
|
||||
#endif
|
||||
void i2c_init(int speed, int slaveaddr);
|
||||
void i2c_init_board(void);
|
||||
#ifdef CONFIG_SYS_I2C_BOARD_LATE_INIT
|
||||
void i2c_board_late_init(void);
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SYS_I2C
|
||||
/*
|
||||
|
Reference in New Issue
Block a user