Re: [U-Boot] [PATCH v9 29/49] dm: i2c: Allow muxes to be enabled for SPL separately

2016-01-22 Thread Simon Glass
On 21 January 2016 at 22:32, Heiko Schocher wrote: > Hello Simon, > > Am 22.01.2016 um 03:43 schrieb Simon Glass: >> >> Since I2C muxes are seldom needed in SPL, and the code for this increases >> the size somewhat, add a separate option to enable I2C muxes for SPL. >> >> Signed-off-by: Simon Glas

Re: [U-Boot] [PATCH v9 29/49] dm: i2c: Allow muxes to be enabled for SPL separately

2016-01-21 Thread Heiko Schocher
Hello Simon, Am 22.01.2016 um 03:43 schrieb Simon Glass: Since I2C muxes are seldom needed in SPL, and the code for this increases the size somewhat, add a separate option to enable I2C muxes for SPL. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: None drivers/i2c/Makefi

[U-Boot] [PATCH v9 29/49] dm: i2c: Allow muxes to be enabled for SPL separately

2016-01-21 Thread Simon Glass
Since I2C muxes are seldom needed in SPL, and the code for this increases the size somewhat, add a separate option to enable I2C muxes for SPL. Signed-off-by: Simon Glass --- Changes in v9: None Changes in v2: None drivers/i2c/Makefile | 4 ++-- drivers/i2c/muxes/Kconfig | 9 +