[PATCH 05/23] sandbox: Avoid defining HAVE_BLOCK_DEVICE in Konfig
Simon Glass
sjg at chromium.org
Sun Aug 7 17:46:50 CEST 2022
This is not needed as it is implied or selected by other options anyway.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/Kconfig b/arch/Kconfig
index 6495e780fec..d3c5d86fb5b 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -144,7 +144,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
--
2.37.1.559.g78731f0fdb-goog
More information about the U-Boot
mailing list