aboutsummaryrefslogtreecommitdiff
path: root/common/spl
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-06-14 10:39:40 -0600
committerTom Rini <trini@konsulko.com>2024-06-14 12:59:06 -0600
commit281a80c483f868a4aad0ff50d62459afd29777ca (patch)
treec329f6cb051eb49cb2bd7edfd044b219ec3f8e96 /common/spl
parente7404a804f6f20fcbedf38f9c6db7f7f12fea3fe (diff)
parentfd0ab46ead92268e94ad840a0f4aa314ef3e2df3 (diff)
downloadu-boot-281a80c483f868a4aad0ff50d62459afd29777ca.zip
u-boot-281a80c483f868a4aad0ff50d62459afd29777ca.tar.gz
u-boot-281a80c483f868a4aad0ff50d62459afd29777ca.tar.bz2
Merge patch series "efi_loader: select BLK not depends on BLK"
Tom Rini <trini@konsulko.com> says: Rework how the BLK symbol is used now that so much DM migration has been completed.
Diffstat (limited to 'common/spl')
-rw-r--r--common/spl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 46bacad..e088940 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1294,7 +1294,7 @@ config SPL_SATA_RAW_U_BOOT_SECTOR
config SPL_NVME
bool "NVM Express device support"
- depends on BLK
+ depends on SPL_BLK
select FS_LOADER
select SPL_BLK_FS
help