Re: [PATCH 01/31] spi: Allow separate control of SPI_FLASH_TINY for SPL/TPL

2020-08-04 Thread Tom Rini
On Sun, Jul 19, 2020 at 10:15:31AM -0600, Simon Glass wrote: > In some cases SPL needs to be able to erase but TPL just needs to read. > Allow these to have separate settings for SPI_FLASH_TINY. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc

[PATCH 01/31] spi: Allow separate control of SPI_FLASH_TINY for SPL/TPL

2020-07-19 Thread Simon Glass
In some cases SPL needs to be able to erase but TPL just needs to read. Allow these to have separate settings for SPI_FLASH_TINY. Signed-off-by: Simon Glass --- common/spl/Kconfig | 10 ++ drivers/mtd/spi/Makefile | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff