mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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>
This commit is contained in:
parent
17aad80355
commit
ff547a6bc2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue