Re: [U-Boot] [PATCH 1/2] board: siemens: adapt factoryset reading for DM_I2C enabled boards

2019-08-13 Thread Tom Rini
On Wed, Jul 10, 2019 at 07:44:15PM +0200, Anatolij Gustschin wrote: > For new boards we always enable DM_I2C. Extend factoryset functions > to support EEPROM reading on these boards. > > Signed-off-by: Anatolij Gustschin Applied to u-boot/master, thanks! -- Tom signature.asc Description:

[U-Boot] [PATCH 1/2] board: siemens: adapt factoryset reading for DM_I2C enabled boards

2019-07-10 Thread Anatolij Gustschin
For new boards we always enable DM_I2C. Extend factoryset functions to support EEPROM reading on these boards. Signed-off-by: Anatolij Gustschin --- board/siemens/common/factoryset.c | 45 +-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git