Re: [U-Boot] [PATCH v3 39/62] sandbox: Don't bring in the eeprom emulator in SPL

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > This driver should not be used in SPL since we do not have I2C support > enabled in SPL on sandbox. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Add new patch to avoid bringing in the eeprom emulator in SPL > > Changes in v2: None > >

[U-Boot] [PATCH v3 39/62] sandbox: Don't bring in the eeprom emulator in SPL

2016-07-04 Thread Simon Glass
This driver should not be used in SPL since we do not have I2C support enabled in SPL on sandbox. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to avoid bringing in the eeprom emulator in SPL Changes in v2: None drivers/misc/Makefile | 2 ++ 1 file changed, 2 insertions(+) di