diff options
author | Marek Vasut | 2023-08-13 02:15:53 +0200 |
---|---|---|
committer | Simon Glass | 2023-08-20 15:55:26 -0600 |
commit | ff547a6bc2ddbdd9fceaf2fe7be8524fc0233d95 (patch) | |
tree | 03fa3b81425f98b38f0147407143ddfed16b692f | |
parent | 17aad803551500e1a3d87339a6559e99b7fad479 (diff) |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |