aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-08-11 19:34:43 -0600
committerTom Rini <trini@konsulko.com>2022-09-16 11:05:00 -0400
commit1bbfdc575cdaf3afde6485b204d95b26ad2c5677 (patch)
tree71555a8f760c7b3777aab9e9b20fd6a65d0aa65e
parent6c0405576a0f0b32acc68cb1860b43d89ec30cfa (diff)
downloadu-boot-1bbfdc575cdaf3afde6485b204d95b26ad2c5677.zip
u-boot-1bbfdc575cdaf3afde6485b204d95b26ad2c5677.tar.gz
u-boot-1bbfdc575cdaf3afde6485b204d95b26ad2c5677.tar.bz2
sandbox: Avoid defining HAVE_BLOCK_DEVICE in Konfig
This is not needed as it is implied or selected by other options anyway. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--arch/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index c4dc47d..994fd3b 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -146,7 +146,6 @@ config SANDBOX
select DM_SPI
select DM_SPI_FLASH
select GZIP_COMPRESSED
- select HAVE_BLOCK_DEVICE
select LZO
select OF_BOARD_SETUP
select PCI_ENDPOINT