Re: [U-Boot] [Patch] soft_i2c.c compiler/linker error

2009-03-30 Thread Jens Scharsig
Heiko Schocher schrieb: > Hello Jean-Christophe > > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 11:31 Fri 27 Mar , Jens Scharsig wrote: >> >>> This patch fix the compiler/linker errors >>> >>> common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed' >>> common/cmd_i2c.c:1256: und

Re: [U-Boot] [Patch] soft_i2c.c compiler/linker error

2009-03-29 Thread Heiko Schocher
Hello Jean-Christophe Jean-Christophe PLAGNIOL-VILLARD wrote: > On 11:31 Fri 27 Mar , Jens Scharsig wrote: > >> 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_spe

Re: [U-Boot] [Patch] soft_i2c.c compiler/linker error

2009-03-29 Thread Heiko Schocher
Hello Jens, Jens Scharsig wrote: > 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 > >

Re: [U-Boot] [Patch] soft_i2c.c compiler/linker error

2009-03-27 Thread Jens Scharsig
Jean-Christophe PLAGNIOL-VILLARD schrieb: > On 11:31 Fri 27 Mar , Jens Scharsig wrote: >> 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 CON

Re: [U-Boot] [Patch] soft_i2c.c compiler/linker error

2009-03-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:31 Fri 27 Mar , Jens Scharsig wrote: > 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

[U-Boot] [Patch] soft_i2c.c compiler/linker error

2009-03-27 Thread Jens Scharsig
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 Signed-off-by: Jens Scharsig --- diff --git