]> git.dujemihanovic.xyz Git - u-boot.git/commit
env: Make ENV_IS_IN_SPI_FLASH depend on SPI flash being present
authorTom Rini <trini@konsulko.com>
Wed, 10 Jan 2024 18:46:08 +0000 (13:46 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jan 2024 19:17:35 +0000 (14:17 -0500)
commit9913a8212888034dea8a432a9977d2c930900e1f
tree9168b8e2deabb217a65bee6667685ce68b105dbb
parent246c94f192b9ca9bd4e73cf29f343dfc511fc6d3
env: Make ENV_IS_IN_SPI_FLASH depend on SPI flash being present

In order for our environment to be present on SPI flash we need to
depend not on the symbol for a SPI controller but rather that SPI flash
of some sort is present. Update the dependencies.

Signed-off-by: Tom Rini <trini@konsulko.com>
env/Kconfig