mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[efi] Register a device tree if provided by the platform firmware
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -36,3 +36,6 @@ PROVIDE_REQUIRING_SYMBOL();
|
||||
/*
|
||||
* Drag in devicetree sources
|
||||
*/
|
||||
#ifdef FDT_EFI
|
||||
REQUIRE_OBJECT ( efi_fdt );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user