cmd: simplify do_efi_boot_add()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 6 Oct 2022 04:48:02 +0000 (06:48 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 6 Oct 2022 20:54:57 +0000 (22:54 +0200)
commit80fadf4af6413f9668f6cfaea39f7a101103ce9e
tree2f3a1c62b44602f0dea6476381b9ddc921843e57
parent57b2d300afc987f53fdbccee583f267f17f65654
cmd: simplify do_efi_boot_add()

Use efi_convert_string() to convert a UTF-8 to a UTF-16 string.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/efidebug.c