From: Marek Vasut Date: Sun, 13 Aug 2023 00:15:53 +0000 (+0200) Subject: configs: sandbox64: Enable SF bootdev X-Git-Tag: v2023.10~29^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff547a6bc2ddbdd9fceaf2fe7be8524fc0233d95;p=platform%2Fkernel%2Fu-boot.git configs: sandbox64: Enable SF bootdev Align the sandbox64 defconfig with sandbox defconfig. Enable missing SPI NOT bootdev. This fixes ut_bootstd_bootdev_test_cmd_hunt test . Signed-off-by: Marek Vasut Reviewed-by: Simon Glass --- diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 69e5efe..55a2b9a 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -165,6 +165,7 @@ CONFIG_I2C_EEPROM=y CONFIG_MMC_SANDBOX=y CONFIG_MTD=y CONFIG_SPI_FLASH_SANDBOX=y +CONFIG_BOOTDEV_SPI_FLASH=y CONFIG_SPI_FLASH_ATMEL=y CONFIG_SPI_FLASH_EON=y CONFIG_SPI_FLASH_GIGADEVICE=y