Message ID | 20220525081813.26214-1-masahisa.kojima@linaro.org |
---|---|
Headers | show |
Series | fix issues in bootmenu after adding efi entries | expand |
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 <pali@kernel.org>
Hi Pali, On Thu, 26 May 2022 at 05:11, Pali Rohar <pali@kernel.org> 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 <pali@kernel.org> Thank you very much for your testing. Regards, Masahisa Kojima