1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-19 21:27:22 +01:00
Files
u-boot-megous/drivers
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
..
2021-10-05 08:50:15 -04:00
2023-05-02 14:23:58 -04:00
2023-10-11 10:35:24 -04:00
2023-03-02 17:45:58 -05:00
2023-10-22 23:40:56 +01:00
2023-10-24 17:05:24 -04:00
2023-01-20 12:27:24 -05:00
2023-04-25 15:31:28 -04:00