summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2023-08-13 03:15:53 +0300
committerSimon Glass <sjg@chromium.org>2023-08-21 00:55:26 +0300
commitff547a6bc2ddbdd9fceaf2fe7be8524fc0233d95 (patch)
tree03fa3b81425f98b38f0147407143ddfed16b692f
parent17aad803551500e1a3d87339a6559e99b7fad479 (diff)
downloadu-boot-ff547a6bc2ddbdd9fceaf2fe7be8524fc0233d95.tar.xz
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> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--configs/sandbox64_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig
index 69e5efe874..55a2b9aa17 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