aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAlexander Gendin <agendin@matrox.com>2023-11-20 20:21:51 +0000
committerTom Rini <trini@konsulko.com>2023-12-13 09:57:02 -0500
commitb68d2865f1690a21bef70859d273b82b7341b7a9 (patch)
treebbf677e85ce775f49f9d27a1858e5a3a9180fa9d /drivers
parent253f939aa11cecde2aef632b528d550ca94630b4 (diff)
downloadu-boot-b68d2865f1690a21bef70859d273b82b7341b7a9.zip
u-boot-b68d2865f1690a21bef70859d273b82b7341b7a9.tar.gz
u-boot-b68d2865f1690a21bef70859d273b82b7341b7a9.tar.bz2
drivers: misc: Kconfig: Fix SPL_FS_LOADER prompt
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/misc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 97057de..ed7eced 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