Home
last modified time | relevance | path

Searched hist:"3 e75c07ddbf8c6bfa86ec7f29a30f274db435a13" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Drk3399_common.h3e75c07ddbf8c6bfa86ec7f29a30f274db435a13 Thu Apr 20 20:05:55 UTC 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> 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>