summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-16 19:24:31 -0600
committerTom Rini <[email protected]>2026-03-30 15:02:27 -0600
commitc40e539c77fbd3b68168c995f3dda64548b033d6 (patch)
treebf4cb648d804e383e40aca5104d3ebec83807680 /common
parent7938048594d0edf6b1012e787fd0efda8b214aa8 (diff)
SPL: Rework logic around SPL_BLK_FS (and SPL_NVME)
As exposed by "make randconfig", we have an issue around SPL_BLK_FS. This is functionally a library type symbol that should be selected when required and select what it needs. Have SPL_BLK_FS select SPL_FS_LOADER and then SPL_NVME will now correctly select SPL_FS_LOADER via SPL_BLK_FS. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 69b6ad77346..d1a85f50209 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1497,7 +1497,6 @@ config SPL_SATA_RAW_U_BOOT_SECTOR
config SPL_NVME
bool "NVM Express device support"
depends on SPL_BLK
- select FS_LOADER
select SPL_BLK_FS
help
This option enables support for NVM Express devices.