commit | ecf24c39ee1877225296fa08512f422b6ea39d98 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Thu Apr 20 22:05:55 2017 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed May 10 13:37:21 2017 -0600 |
tree | d85c829d045ab4f402ddce26a8bd284ec11cfd6b | |
parent | a83478f66346ecc8fcadeb0128edfa1f1af5d662 [diff] |
rockchip: spl: rk3399: spi: enable SPL_SPI_LOAD if SPI is enabled for SPL To include the ability to load from an SPI flash in SPL, it's not sufficient to define SPL_SPI_SUPPORT and SPL_SPI_FLASH_SUPPORT via Kconfig... so we conditionally define SPL_SPI_LOAD if SPI support is already enabled for SPL via Kconfig. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Simon Glass <sjg@chromium.org>