efi_loader: use hardware device tree by default
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 4 Dec 2019 11:31:12 +0000 (12:31 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:20 +0000 (18:08 +0100)
commit753aa18f176af214b8f054c45f99bc20dfb15938
treeba61cad334dbdf1391ba17c5f979d81c3f7ab8b4
parent7a597259d26f84a63350b6a1af5b29445e9d451b
efi_loader: use hardware device tree by default

If the bootefi command is called without passing the address of a device
tree, the internal device tree is used. For devices with a hardware device
tree it is preferable to used the hardware device tree in this case.

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