Re: [U-Boot] [PATCH 1/2] sandbox: Migrate CONFIG_I2C_EEPROM

2016-07-25 Thread Simon Glass
On 25 July 2016 at 16:21, Tom Rini wrote: > > Most users of CONFIG_I2C_EEPROM were migrated to defconfig a while ago, > but sandbox was skipped. Leave it off for sandbox_spl where it does not > build, but does not need to be either. > > Cc: Simon Glass > Signed-off-by: Tom Rini > --- > configs

Re: [U-Boot] [PATCH 1/2] sandbox: Migrate CONFIG_I2C_EEPROM

2016-07-25 Thread Tom Rini
On Mon, Jul 25, 2016 at 06:21:41PM -0400, Tom Rini wrote: > Most users of CONFIG_I2C_EEPROM were migrated to defconfig a while ago, > but sandbox was skipped. Leave it off for sandbox_spl where it does not > build, but does not need to be either. > > Cc: Simon Glass > Signed-off-by: Tom Rini

[U-Boot] [PATCH 1/2] sandbox: Migrate CONFIG_I2C_EEPROM

2016-07-25 Thread Tom Rini
Most users of CONFIG_I2C_EEPROM were migrated to defconfig a while ago, but sandbox was skipped. Leave it off for sandbox_spl where it does not build, but does not need to be either. Cc: Simon Glass Signed-off-by: Tom Rini --- configs/sandbox_defconfig | 1 + include/configs/sandbox.h | 1 - 2