[efi] Register a device tree if provided by the platform firmware

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2019-07-19 17:42:12 +01:00
parent e520a51df1
commit 6dde0f60bf
3 changed files with 74 additions and 0 deletions

View File

@@ -36,3 +36,6 @@ PROVIDE_REQUIRING_SYMBOL();
/*
* Drag in devicetree sources
*/
#ifdef FDT_EFI
REQUIRE_OBJECT ( efi_fdt );
#endif