efi_loader: comments for efi_install_fdt()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 May 2019 18:16:25 +0000 (20:16 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 May 2019 18:54:23 +0000 (20:54 +0200)
commite2d82f8b2a91fb3fa78345f935a93a6db575effa
treeeea712493fa5ce9cd1a2976bd7a3e47eb03c08b7
parent7e92db810b814198d57b10d438f146f181417194
efi_loader: comments for efi_install_fdt()

Describe that efi_install_fdt() defaults to using the device tree
indicated by environment variable fdtcontroladdr.

ACPI tables and device trees are mutually exclusive.

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