mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
i2c: Drop unused i2c_soft...() functions
These are not used in U-Boot. Manual relocation fixup is used by blackfin but that is being removed. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
76d1d02fd2
commit
664ee4c995
2 changed files with 0 additions and 59 deletions
|
@ -791,21 +791,6 @@ unsigned int i2c_set_bus_speed(unsigned int speed);
|
|||
|
||||
unsigned int i2c_get_bus_speed(void);
|
||||
|
||||
/*
|
||||
* i2c_reloc_fixup:
|
||||
*
|
||||
* Adjusts I2C pointers after U-Boot is relocated to DRAM
|
||||
*/
|
||||
void i2c_reloc_fixup(void);
|
||||
#if defined(CONFIG_SYS_I2C_SOFT)
|
||||
void i2c_soft_init(void);
|
||||
void i2c_soft_active(void);
|
||||
void i2c_soft_tristate(void);
|
||||
int i2c_soft_read(void);
|
||||
void i2c_soft_sda(int bit);
|
||||
void i2c_soft_scl(int bit);
|
||||
void i2c_soft_delay(void);
|
||||
#endif
|
||||
#else
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue