commit | b68d2865f1690a21bef70859d273b82b7341b7a9 | [log] [tgz] |
---|---|---|
author | Alexander Gendin <agendin@matrox.com> | Mon Nov 20 20:21:51 2023 +0000 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 09:57:02 2023 -0500 |
tree | bbf677e85ce775f49f9d27a1858e5a3a9180fa9d | |
parent | 253f939aa11cecde2aef632b528d550ca94630b4 [diff] |
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>