[PATCH] 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 marek.vasut+renesas@mailbox.org --- Cc: Mario Six mario.six@gdsys.cc Cc: Simon Glass sjg@chromium.org --- configs/sandbox64_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 69e5efe8748..55a2b9aa17b 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

On Sat, 12 Aug 2023 at 18:16, Marek Vasut marek.vasut+renesas@mailbox.org wrote:
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 marek.vasut+renesas@mailbox.org
Cc: Mario Six mario.six@gdsys.cc Cc: Simon Glass sjg@chromium.org
configs/sandbox64_defconfig | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org

On Sat, 12 Aug 2023 at 18:16, Marek Vasut marek.vasut+renesas@mailbox.org wrote:
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 marek.vasut+renesas@mailbox.org
Cc: Mario Six mario.six@gdsys.cc Cc: Simon Glass sjg@chromium.org
configs/sandbox64_defconfig | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!
participants (2)
-
Marek Vasut
-
Simon Glass