u-boot-brain/drivers/i2c
Jens Scharsig d144f94d59 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>
2009-03-31 08:29:50 +02:00
..
bfin-twi_i2c.c Blackfin: overhaul i2c driver 2009-01-28 13:26:13 -05:00
fsl_i2c.c 83xx, i2c: add mux support for fsl_i2c 2009-03-05 18:21:17 -06:00
Makefile Merge branch 'master' of git://git.denx.de/u-boot-arm 2009-02-01 21:38:07 +01:00
mxc_i2c.c i.MX31: Start the I2C clock on driver initialisation 2009-02-14 10:00:51 +01:00
omap24xx_i2c.c OMAP3: Add I2C support 2009-01-24 17:51:22 +01:00
omap1510_i2c.c Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
soft_i2c.c soft_i2c.c compiler/linker error 2009-03-31 08:29:50 +02:00
tsi108_i2c.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00