Re: [U-Boot] [PATCH 06/11] i2c: mxc_i2c: Drop use of CONFIG_I2C_HARD

2017-04-27 Thread Heiko Schocher
Hello Simon, Am 23.04.2017 um 17:35 schrieb Simon Glass: Drop use of this long-deprecated option. Signed-off-by: Simon Glass --- drivers/i2c/mxc_i2c.c | 4 1 file changed, 4 deletions(-) Reviewed-by: Heiko Schocher Applied to u-boot-i2c/next bye,

[U-Boot] [PATCH 06/11] i2c: mxc_i2c: Drop use of CONFIG_I2C_HARD

2017-04-23 Thread Simon Glass
Drop use of this long-deprecated option. Signed-off-by: Simon Glass --- drivers/i2c/mxc_i2c.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index 13ec0e63b1..b68e82770b 100644 --- a/drivers/i2c/mxc_i2c.c +++