mbox series

[0/3] miscellaneous fixes of eficonfig

Message ID 20221123071710.28506-1-masahisa.kojima@linaro.org
Headers show
Series miscellaneous fixes of eficonfig | expand

Message

Masahisa Kojima Nov. 23, 2022, 7:17 a.m. UTC
This series includes bugfix, new Kconfig option to add the
limit of boot option index, and refactoring.

Masahisa Kojima (3):
  eficonfig: fix going one directory up issue
  cmd: add maximum boot option index Kconfig option
  eficonfig: use u16_strsize() to get u16 string buffer size

 cmd/Kconfig     | 12 ++++++++++++
 cmd/eficonfig.c | 15 +++++++--------
 2 files changed, 19 insertions(+), 8 deletions(-)