projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c04055
)
sandbox: Avoid defining HAVE_BLOCK_DEVICE in Konfig
author
Simon Glass
<sjg@chromium.org>
Fri, 12 Aug 2022 01:34:43 +0000
(19:34 -0600)
committer
Tom Rini
<trini@konsulko.com>
Fri, 16 Sep 2022 15:05:00 +0000
(11:05 -0400)
This is not needed as it is implied or selected by other options anyway.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/Kconfig
patch
|
blob
|
history
diff --git
a/arch/Kconfig
b/arch/Kconfig
index c4dc47dccb43a09c5bee2d8fcf6e4cdbbdc7ead2..994fd3b7f86191f470cc6356c06f13c8a34b1f82 100644
(file)
--- 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