From: Simon Glass Date: Fri, 12 Aug 2022 01:34:43 +0000 (-0600) Subject: sandbox: Avoid defining HAVE_BLOCK_DEVICE in Konfig X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=1bbfdc575cdaf3afde6485b204d95b26ad2c5677;p=u-boot.git 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 --- diff --git a/arch/Kconfig b/arch/Kconfig index c4dc47dccb..994fd3b7f8 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