Re: [PATCH 0/2] fix issues in bootmenu after adding efi entries

2022-05-25 Thread Masahisa Kojima
Hi Pali,

On Thu, 26 May 2022 at 05:11, Pali Rohar  wrote:
>
> On Wednesday 25 May 2022 17:18:11 Masahisa Kojima wrote:
> > This series fixes the issue in bootmenu after adding efi entries.
> >
> > Masahisa Kojima (2):
> >   bootmenu: use utf-8 for menu title
> >   bootmenu: U-Boot console is enabled as default
> >
> >  boot/Kconfig   |  9 +
> >  cmd/Kconfig| 10 --
> >  cmd/bootmenu.c | 40 +++-
> >  3 files changed, 32 insertions(+), 27 deletions(-)
> >
> > --
> > 2.17.1
> >
>
> I have tested these two patches and bootmenu is working on n900 again!
>
> Tested-by: Pali Rohár 

Thank you very much for your testing.

Regards,
Masahisa Kojima


Re: [PATCH 0/2] fix issues in bootmenu after adding efi entries

2022-05-25 Thread Pali Rohar
On Wednesday 25 May 2022 17:18:11 Masahisa Kojima wrote:
> This series fixes the issue in bootmenu after adding efi entries.
> 
> Masahisa Kojima (2):
>   bootmenu: use utf-8 for menu title
>   bootmenu: U-Boot console is enabled as default
> 
>  boot/Kconfig   |  9 +
>  cmd/Kconfig| 10 --
>  cmd/bootmenu.c | 40 +++-
>  3 files changed, 32 insertions(+), 27 deletions(-)
> 
> -- 
> 2.17.1
> 

I have tested these two patches and bootmenu is working on n900 again!

Tested-by: Pali Rohár