efi_loader: pass address to efi_install_fdt()
[oweals/u-boot.git] / include / efi_loader.h
index 16a1b258b17d5d0e12153d0ed7c6ce70057116ff..3a220893298fe3b68f63011f036e197e5a02e51f 100644 (file)
@@ -34,6 +34,9 @@ static inline int guidcmp(const void *g1, const void *g2)
        EFI_GUID(0xbbe4e671, 0x5773, 0x4ea1, \
                 0x9a, 0xab, 0x3a, 0x7d, 0xbf, 0x40, 0xc4, 0x82)
 
+/* Use internal device tree when starting UEFI application */
+#define EFI_FDT_USE_INTERNAL 0UL
+
 /* Root node */
 extern efi_handle_t efi_root;