From 1bbfdc575cdaf3afde6485b204d95b26ad2c5677 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 11 Aug 2022 19:34:43 -0600 Subject: [PATCH] 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 --- arch/Kconfig | 1 - 1 file changed, 1 deletion(-) 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 -- 2.7.4