bootm: Set working fdt address as part of the bootm flow
[platform/kernel/u-boot.git] / include / fdt_support.h
index f2f2cd5..f14ab68 100644 (file)
@@ -68,5 +68,7 @@ void ft_cpu_setup(void *blob, bd_t *bd);
 void ft_pci_setup(void *blob, bd_t *bd);
 #endif
 
+void set_working_fdt_addr(void *addr);
+
 #endif /* ifdef CONFIG_OF_LIBFDT */
 #endif /* ifndef __FDT_SUPPORT_H */