git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
253f939
)
drivers: misc: Kconfig: Fix SPL_FS_LOADER prompt
author
Alexander Gendin
<agendin@matrox.com>
Mon, 20 Nov 2023 20:21:51 +0000
(20:21 +0000)
committer
Tom Rini
<trini@konsulko.com>
Wed, 13 Dec 2023 14:57:02 +0000
(09:57 -0500)
Both FS_LOADER and SPL_FS_LOADER have the same menu prompt.
To avoid confusion, make prompt for SPL_FS_LOADER different.
Signed-off-by: Alexander Gendin <agendin@matrox.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/misc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/misc/Kconfig
b/drivers/misc/Kconfig
index
97057de
..
ed7eced
100644
(file)
--- 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