]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit83ee4fc2289da3aacbdd3b420c4c65fc3587a9f6
treeeea712493fa5ce9cd1a2976bd7a3e47eb03c08b7
parentc2c5df4e5647264ffcb08a09f7f6200120c7b349
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