Re: [U-Boot] [PATCH] spl: Introduce SPL_DM_SPI Kconfig define

2019-10-12 Thread Tom Rini
On Mon, Sep 09, 2019 at 12:06:46PM +0200, Lukasz Majewski wrote: > This define indicates if DM_SPI shall be supported in SPL. This allows > proper operation of DM converted SPI drivers in SPL, which use > #if !CONFIG_IS_ENABLED(DM_SPI) to also support not yet DM/DTS converted > boards. > >

Re: [U-Boot] [PATCH] spl: Introduce SPL_DM_SPI Kconfig define

2019-10-09 Thread Lukasz Majewski
Dear Tom, > This define indicates if DM_SPI shall be supported in SPL. This allows > proper operation of DM converted SPI drivers in SPL, which use > #if !CONFIG_IS_ENABLED(DM_SPI) to also support not yet DM/DTS > converted boards. > > Signed-off-by: Lukasz Majewski Tom, are there any issues

[U-Boot] [PATCH] spl: Introduce SPL_DM_SPI Kconfig define

2019-09-09 Thread Lukasz Majewski
This define indicates if DM_SPI shall be supported in SPL. This allows proper operation of DM converted SPI drivers in SPL, which use #if !CONFIG_IS_ENABLED(DM_SPI) to also support not yet DM/DTS converted boards. Signed-off-by: Lukasz Majewski --- Applied on top of -master branch: SHA1: