diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 983acca85d9d0bffea53614b37f0405cc32cc7da..935066d66487f820b9b2f1ef54bda4f10d576d3f 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -742,6 +742,7 @@ if SPL_SPI_FLASH_SUPPORT config SPL_SPI_FLASH_TINY bool "Enable low footprint SPL SPI Flash support" depends on !SPI_FLASH_BAR + default y if SPI_FLASH help Enable lightweight SPL SPI Flash support that supports just reading data/images from flash. No support to write/erase flash. Enable