diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-01 12:52:32 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-01 12:52:32 -0400 |
commit | 46ff7dd09653e9fb32440fcafb59d54096a1ff52 (patch) | |
tree | 2dde0f46bd882ebe4aeba8b033972ff19b932343 /drivers | |
parent | a803f87202aa48974bdff4d8100464a8288931e4 (diff) | |
parent | a831d1137845732db68ac80edf15bfe4a68d0c8f (diff) |
Merge branch '2023-11-01-bootstd-fixes'
- Four patches to address issues with bootstd flows in some cases
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mtd/spi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig index 76c424d75e..2b2efc8531 100644 --- a/drivers/mtd/spi/Kconfig +++ b/drivers/mtd/spi/Kconfig @@ -82,6 +82,7 @@ if SPI_FLASH config BOOTDEV_SPI_FLASH bool "SPI Flash bootdev support" + depends on BOOTSTD help Enable a boot device for SPI flash. This allows reading a script from SPI flash so that it can be used to boot an Operating System. |