u-boot/drivers/i2c
Timur Tabi e4dafff86f fsl-i2c: fix writes to data segment before relocation
Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
I2C bus speed and save the value in i2c_bus_speed[], which is a global
variable.  It is an error to write to the data segment before relocation,
which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].

Signed-off-by: Timur Tabi <timur@freescale.com>
2008-07-30 00:10:13 +02:00
..
fsl_i2c.c fsl-i2c: fix writes to data segment before relocation 2008-07-30 00:10:13 +02:00
Makefile Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mxc_i2c.c add an i2c driver for mx31 2008-04-13 14:21:43 -07:00
omap24xx_i2c.c drivers/i2c : move i2c drivers to drivers/i2c 2007-11-20 20:14:18 +01:00
omap1510_i2c.c drivers/i2c : move i2c drivers to drivers/i2c 2007-11-20 20:14:18 +01:00
tsi108_i2c.c drivers/i2c : move i2c drivers to drivers/i2c 2007-11-20 20:14:18 +01:00