Re: [PATCH 01/21] Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig

2022-11-10 Thread Tom Rini
On Fri, Oct 28, 2022 at 08:26:54PM -0400, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_SYS_I2C_INIT_BOARD > > Signed-off-by: Tom Rini > Reviewed-by: Simon Glass For the series, applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 01/21] Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig

2022-10-29 Thread Simon Glass
On Fri, 28 Oct 2022 at 18:27, Tom Rini wrote: > > This converts the following to Kconfig: >CONFIG_SYS_I2C_INIT_BOARD > > Signed-off-by: Tom Rini > --- > README | 11 --- > board/keymile/Kconfig| 3 +++ > board/samsung/common/board.c

[PATCH 01/21] Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig

2022-10-28 Thread Tom Rini
This converts the following to Kconfig: CONFIG_SYS_I2C_INIT_BOARD Signed-off-by: Tom Rini --- README | 11 --- board/keymile/Kconfig| 3 +++ board/samsung/common/board.c | 4 board/samsung/goni/goni.c| 10 ---