Re: [U-Boot] [PATCH v1 0/4] spi: Split CONFIG_DM_SPI* to CONFIG_{SPL_TPL}DM_SPI*

2019-08-12 Thread Lukasz Majewski
Hi Adam, > On Mon, Aug 12, 2019 at 2:08 AM Lukasz Majewski wrote: > > > > This patch series introduces new SPL and TPL specific Kconfig > > entries for DM_SPI* options. Such change allows using the spi > > driver in SPL/TPL or U-Boot proper. > > > > First two patches - related to ls10{42}* NXP

Re: [U-Boot] [PATCH v1 0/4] spi: Split CONFIG_DM_SPI* to CONFIG_{SPL_TPL}DM_SPI*

2019-08-12 Thread Adam Ford
On Mon, Aug 12, 2019 at 2:08 AM Lukasz Majewski wrote: > > This patch series introduces new SPL and TPL specific Kconfig entries for > DM_SPI* options. Such change allows using the spi driver in SPL/TPL or > U-Boot proper. > > First two patches - related to ls10{42}* NXP soc fix some issues with

[U-Boot] [PATCH v1 0/4] spi: Split CONFIG_DM_SPI* to CONFIG_{SPL_TPL}DM_SPI*

2019-08-12 Thread Lukasz Majewski
This patch series introduces new SPL and TPL specific Kconfig entries for DM_SPI* options. Such change allows using the spi driver in SPL/TPL or U-Boot proper. First two patches - related to ls10{42}* NXP soc fix some issues with defining the DM_SPI* defines in .h file instead of Kconfig. This