Re: [PATCH v2 2/3] board: freescale: undef CONFIG_SPL_DM_I2C for SPL

2021-02-09 Thread Igor Opaniuk
On Tue, Feb 9, 2021 at 10:45 AM Igor Opaniuk wrote: > > Hi Tom, > > On Tue, Feb 9, 2021 at 4:26 AM Tom Rini wrote: > > > > On Tue, Feb 09, 2021 at 01:37:54AM +0200, Igor Opaniuk wrote: > > > > > From: Igor Opaniuk > > > > > > Replace CONFIG_DM_I2C undefs with CONFIG_SPL_DM_I2C for the SPL build

Re: [PATCH v2 2/3] board: freescale: undef CONFIG_SPL_DM_I2C for SPL

2021-02-09 Thread Igor Opaniuk
Hi Tom, On Tue, Feb 9, 2021 at 4:26 AM Tom Rini wrote: > > On Tue, Feb 09, 2021 at 01:37:54AM +0200, Igor Opaniuk wrote: > > > From: Igor Opaniuk > > > > Replace CONFIG_DM_I2C undefs with CONFIG_SPL_DM_I2C for the SPL build > > case. This should be moved to appropriate board defconfigs > > in th

Re: [PATCH v2 2/3] board: freescale: undef CONFIG_SPL_DM_I2C for SPL

2021-02-08 Thread Tom Rini
On Tue, Feb 09, 2021 at 01:37:54AM +0200, Igor Opaniuk wrote: > From: Igor Opaniuk > > Replace CONFIG_DM_I2C undefs with CONFIG_SPL_DM_I2C for the SPL build > case. This should be moved to appropriate board defconfigs > in the future. > > Signed-off-by: Igor Opaniuk > --- > > (no changes sinc

[PATCH v2 2/3] board: freescale: undef CONFIG_SPL_DM_I2C for SPL

2021-02-08 Thread Igor Opaniuk
From: Igor Opaniuk Replace CONFIG_DM_I2C undefs with CONFIG_SPL_DM_I2C for the SPL build case. This should be moved to appropriate board defconfigs in the future. Signed-off-by: Igor Opaniuk --- (no changes since v1) include/configs/T104xRDB.h | 2 +- include/configs/imx8mp_evk.h |