]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: misc: Kconfig: Fix SPL_FS_LOADER prompt
authorAlexander Gendin <agendin@matrox.com>
Mon, 20 Nov 2023 20:21:51 +0000 (20:21 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 14:57:02 +0000 (09:57 -0500)
commitb68d2865f1690a21bef70859d273b82b7341b7a9
treebbf677e85ce775f49f9d27a1858e5a3a9180fa9d
parent253f939aa11cecde2aef632b528d550ca94630b4
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>
drivers/misc/Kconfig