Searched hist:d144f94d590b5190a9963bd0f2026b2a7ce67eda (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | soft_i2c.c | d144f94d590b5190a9963bd0f2026b2a7ce67eda Tue Mar 31 06:18:29 UTC 2009 Jens Scharsig <esw@bus-elektronik.de> soft_i2c.c compiler/linker error
This patch fix the compiler/linker errors
common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed' common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not uesd/undef (wrong define order)
and
removes additional empty lines
Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
|