]> git.ipfire.org Git - thirdparty/grub.git/commit
grub-core/loader/efi/fdt.c: Fixup grub_file_open() call
authorLeif Lindholm <leif.lindholm@linaro.org>
Wed, 14 Nov 2018 19:29:17 +0000 (19:29 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 16 Nov 2018 13:42:50 +0000 (14:42 +0100)
commitdfb1742aab1fcf40cde2e3a5e44437d21b6c81cf
treec59087669b9eb9cc2f20d962c166ff501922105b
parent7453c2cc32525a5eebe3b268433d0dfc73622917
grub-core/loader/efi/fdt.c: Fixup grub_file_open() call

The verifiers framework changed the API of grub_file_open(), but did not
fix up all users. Add the file type GRUB_FILE_TYPE_DEVICE_TREE_IMAGE
to the "devicetree" command handler call.

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/loader/efi/fdt.c