[PATCH v2 04/24] sandbox: Avoid defining HAVE_BLOCK_DEVICE in Konfig

Simon Glass sjg at chromium.org
Fri Aug 12 03:34:43 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>
---

(no changes since v1)

 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.595.g718a3a8f04-goog



More information about the U-Boot mailing list