diff options
| author | Tom Rini <[email protected]> | 2023-12-13 09:57:28 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-13 09:57:28 -0500 |
| commit | 27089f1e4d11fd7e0619097b59258d0428cde2ac (patch) | |
| tree | e01a6ddf80543a02858261a769642573e67874b0 /drivers | |
| parent | 20d0464300c25db673cfb5e4539aa3767606d151 (diff) | |
| parent | 87635a4d6887e4393604743c4c2625053edc2ac4 (diff) | |
Merge branch '2023-12-13-assorted-minor-fixes'
- A few MAINTAINERS updates and Kconfig wording fixes
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 97057de8bf9..ed7ecedd3ac 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -615,7 +615,7 @@ config FS_LOADER ie. the FPGA device. config SPL_FS_LOADER - bool "Enable loader driver for file system" + bool "Enable loader driver for file system in SPL" depends on SPL help This is file system generic loader which can be used to load |
