efi_loader: pass address to efi_install_fdt()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 28 Nov 2019 05:46:09 +0000 (06:46 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:20 +0000 (18:08 +0100)
commit7a597259d26f84a63350b6a1af5b29445e9d451b
tree01f50852a2dee9a7abde216f7abcb64f87c45432
parent570147275c00ce64e0aaa956b1dff73c7422985d
efi_loader: pass address to efi_install_fdt()

As part of moving the parsing of command line arguments to do_bootefi()
call efi_install_fdt() with the address of the device tree instead of a
string.

If the address is EFI_FDT_USE_INTERNAL (= 0), the internal device tree
is used.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/bootefi.c
include/efi_loader.h