commit | ecdc4b3f315cb93bd7cce5be5d89d726fa3e48ff | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 03 11:31:38 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:18 2020 -0600 |
tree | cbb73a80ae120ca50e62a3d16ff9c4bbf5af247c | |
parent | e2e89070475b0814d1d4abb8b0cfe7d8a8a09d03 [diff] |
x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT At present, enabling CONFIG_APL_SPI_FLASH_BOOT does not build since SPI and SPI flash are not enabled for TPL. Add a condition to fix this and tidy up a build warning in the SPI-flash driver. Signed-off-by: Simon Glass <sjg@chromium.org>