Re: [U-Boot] [PATCH] misc: Kconfig: Add SPL_I2C_EEPROM option

2017-09-01 Thread Tom Rini
On Fri, Sep 01, 2017 at 04:01:58PM +0800, Yang, Wenyou wrote: > Hi, > > Do you have any comments? > > > On 2017/8/3 9:00, Wenyou Yang wrote: > >This option is an SPL-variant of the I2C_EEPROM option to enable > >the driver for generic I2C-attached EEPROMs for SPL. > > > >Signed-off-by: Wenyou Ya

Re: [U-Boot] [PATCH] misc: Kconfig: Add SPL_I2C_EEPROM option

2017-09-01 Thread Yang, Wenyou
Hi, Do you have any comments? On 2017/8/3 9:00, Wenyou Yang wrote: This option is an SPL-variant of the I2C_EEPROM option to enable the driver for generic I2C-attached EEPROMs for SPL. Signed-off-by: Wenyou Yang --- drivers/misc/Kconfig | 8 drivers/misc/Makefile | 2 +- 2 fil

[U-Boot] [PATCH] misc: Kconfig: Add SPL_I2C_EEPROM option

2017-08-02 Thread Wenyou Yang
This option is an SPL-variant of the I2C_EEPROM option to enable the driver for generic I2C-attached EEPROMs for SPL. Signed-off-by: Wenyou Yang --- drivers/misc/Kconfig | 8 drivers/misc/Makefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/misc/Kconf