
30 Oct
2022
30 Oct
'22
2:43 a.m.
On Fri, 28 Oct 2022 at 18:27, Tom Rini trini@konsulko.com wrote:
This converts the following to Kconfig: CONFIG_SYS_I2C_INIT_BOARD
Signed-off-by: Tom Rini trini@konsulko.com
README | 11 ----------- board/keymile/Kconfig | 3 +++ board/samsung/common/board.c | 4 ---- board/samsung/goni/goni.c | 10 ---------- drivers/i2c/fsl_i2c.c | 7 ------- drivers/i2c/mv_i2c.c | 24 ------------------------ include/configs/km/pg-wcom-ls102xa.h | 1 - 7 files changed, 3 insertions(+), 57 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org