commit | 4ec73134fd9d3b3bc92480d1903ac94d8809f920 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:31 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 3a320e2c33f35ff49a05fe7eb94529f1f5bcabc3 | |
parent | b25b63a8de89cc823e21eed4fcf99b9b0badbad0 [diff] |
spi: Allow separate control of SPI_FLASH_TINY for SPL/TPL 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 <sjg@chromium.org>