]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: efidebug: simplify do_efi_boot_add()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 23 Mar 2022 19:26:25 +0000 (20:26 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 26 Mar 2022 06:46:21 +0000 (07:46 +0100)
commit1616f164853f28cef8a37f97205742543560d42a
tree7e577aaf7d3f19b6eeffd977f47fdd4f8984ed12
parentba3e5957ec3348054c929149c58b642342df5139
cmd: efidebug: simplify do_efi_boot_add()

When calling efi_dp_from_name() we are not interested in the device part.
Just pass NULL as an argument.

Suggested-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/efidebug.c