Re: [PATCH 1/6] m68k: move CONFIG_SYS_I2C to CFG_ namespace

2023-04-11 Thread Heiko Schocher
Hello Angelo, On 05.04.23 00:59, Angelo Dureghello wrote: > Move CONFIG_SYS_I2C_X to CFG_ namespace. > This is a preliminary step to move to dm i2c. > > Signed-off-by: Angelo Dureghello > --- > arch/m68k/cpu/mcf5445x/cpu_init.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)

[PATCH 1/6] m68k: move CONFIG_SYS_I2C to CFG_ namespace

2023-04-04 Thread Angelo Dureghello
Move CONFIG_SYS_I2C_X to CFG_ namespace. This is a preliminary step to move to dm i2c. Signed-off-by: Angelo Dureghello --- arch/m68k/cpu/mcf5445x/cpu_init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/m68k/cpu/mcf5445x/cpu_init.c