u-boot/drivers/mtd/spi
Heinrich Schuchardt 073bf4a57d bootstd: BOOTDEV_SPI_FLASH requires BOOTSTD
Compiling sandbox_defconfig with CONFIG_BOOTSTD=n fails:

    /usr/bin/ld: drivers/mtd/spi/sf_bootdev.o:
    in function `sf_get_bootflow':
    /drivers/mtd/spi/sf_bootdev.c:43:(.text+0x96):
    undefined reference to `bootmeth_set_bootflow'

Add the missing Kconfig dependency.

Fixes: Fixes: 0c1f4a9fb1 ("bootstd: Add a SPI flash bootdev")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-11-01 12:26:44 -04:00
..
fsl_espi_spl.c global: Finish CONFIG -> CFG migration 2023-01-20 12:27:24 -05:00
Kconfig bootstd: BOOTDEV_SPI_FLASH requires BOOTSTD 2023-11-01 12:26:44 -04:00
Makefile bootstd: Add a SPI flash bootdev 2023-01-23 18:11:41 -05:00
sandbox.c sandbox: spi: sandbox_sf_process_cmd() missing fallthrough 2023-04-28 11:30:17 -06:00
sf-uclass.c sf: Remove unused NEEDS_MANUAL_RELOC code bits 2023-09-14 10:42:25 -04:00
sf_bootdev.c bootstd: Add a new pre-scan priority for bootdevs 2023-01-23 18:11:41 -05:00
sf_dataflash.c common: Drop display_options.h from common header 2022-08-10 13:46:55 -04:00
sf_internal.h mtd: spi-nor-core: Add support for DTR protocol 2021-06-28 12:00:32 +05:30
sf_mtd.c Audit <flash.h> inclusion 2022-08-04 16:18:47 -04:00
sf_probe.c sf: Guard against zero erasesize 2023-05-11 10:25:29 +08:00
spi-nor-core.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
spi-nor-ids.c mtd: spi-nor: Add support for XMC XM25QU128C 2023-10-24 15:55:16 +08:00
spi-nor-tiny.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00