Re: [PATCH] drivers: misc: Kconfig: Fix SPL_FS_LOADER prompt

2023-12-13 Thread Tom Rini
On Mon, Nov 20, 2023 at 08:21:51PM +, Alexander Gendin wrote: > 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 > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --

Re: [PATCH] drivers: misc: Kconfig: Fix SPL_FS_LOADER prompt

2023-11-20 Thread Simon Glass
On Mon, 20 Nov 2023 at 13:22, Alexander Gendin wrote: > > 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 > --- > drivers/misc/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH] drivers: misc: Kconfig: Fix SPL_FS_LOADER prompt

2023-11-20 Thread Alexander Gendin
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 --- drivers/misc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index