mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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>
This commit is contained in:
committed by
Tom Rini
parent
253f939aa1
commit
b68d2865f1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user