Re: [U-Boot] [PATCH] treewide: Replace CONFIG_DM_SPI_FLASH with CONFIG_IS_ENABLED(DM_SPI_FLASH)

2019-07-01 Thread Schrempf Frieder
On 20.02.19 12:20, Marek Vasut wrote: > On 2/20/19 12:18 PM, Schrempf Frieder wrote: >> On 19.02.19 06:07, Marek Vasut wrote: >>> Perform the replacement to allow platforms use non-DM SPI flash access >>> in SPL/TPL. This is thus far needed on platforms with size constraints. >>> >>>

Re: [U-Boot] [PATCH] treewide: Replace CONFIG_DM_SPI_FLASH with CONFIG_IS_ENABLED(DM_SPI_FLASH)

2019-02-20 Thread Marek Vasut
On 2/20/19 12:18 PM, Schrempf Frieder wrote: > On 19.02.19 06:07, Marek Vasut wrote: >> Perform the replacement to allow platforms use non-DM SPI flash access >> in SPL/TPL. This is thus far needed on platforms with size constraints. >> >> Signed-off-by: Marek Vasut >> Cc: Jagan Teki >> Cc:

Re: [U-Boot] [PATCH] treewide: Replace CONFIG_DM_SPI_FLASH with CONFIG_IS_ENABLED(DM_SPI_FLASH)

2019-02-20 Thread Schrempf Frieder
On 19.02.19 06:07, Marek Vasut wrote: > Perform the replacement to allow platforms use non-DM SPI flash access > in SPL/TPL. This is thus far needed on platforms with size constraints. > > Signed-off-by: Marek Vasut > Cc: Jagan Teki > Cc: Vignesh R I stumbled upon this issue when trying to

Re: [U-Boot] [PATCH] treewide: Replace CONFIG_DM_SPI_FLASH with CONFIG_IS_ENABLED(DM_SPI_FLASH)

2019-02-20 Thread Marek Vasut
On 2/20/19 6:05 AM, Vignesh R wrote: > > > On 19/02/19 10:37 AM, Marek Vasut wrote: >> Perform the replacement to allow platforms use non-DM SPI flash access >> in SPL/TPL. This is thus far needed on platforms with size constraints. >> >> Signed-off-by: Marek Vasut >> Cc: Jagan Teki >> Cc:

Re: [U-Boot] [PATCH] treewide: Replace CONFIG_DM_SPI_FLASH with CONFIG_IS_ENABLED(DM_SPI_FLASH)

2019-02-19 Thread Vignesh R
On 19/02/19 10:37 AM, Marek Vasut wrote: > Perform the replacement to allow platforms use non-DM SPI flash access > in SPL/TPL. This is thus far needed on platforms with size constraints. > > Signed-off-by: Marek Vasut > Cc: Jagan Teki > Cc: Vignesh R > --- I have a similar patch, but you