x86: Support relocation of FDT on start-up
[platform/kernel/u-boot.git] / arch / x86 / include / asm / relocate.h
index 33129ef..d371c9d 100644 (file)
@@ -27,6 +27,7 @@
 #include <common.h>
 
 int copy_uboot_to_ram(void);
+int copy_fdt_to_ram(void);
 int clear_bss(void);
 int do_elf_reloc_fixups(void);