summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/init_helpers.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-10 18:00:25 -0700
committerSimon Glass <sjg@chromium.org>2014-11-21 07:24:12 +0100
commit003504b6fe2296f581191b77fd2f1e98c4f4720c (patch)
tree8363844010b5206a14d16d0e0cc7522de3093ea6 /arch/x86/include/asm/init_helpers.h
parent21b9b14b49b742c3ee70f819aab3918f517bf0b8 (diff)
downloadu-boot-imx-003504b6fe2296f581191b77fd2f1e98c4f4720c.zip
u-boot-imx-003504b6fe2296f581191b77fd2f1e98c4f4720c.tar.gz
u-boot-imx-003504b6fe2296f581191b77fd2f1e98c4f4720c.tar.bz2
x86: Remove unnecessary find_fdt(), prepare_fdt() functions
These are no-longer needed so drop them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/init_helpers.h')
-rw-r--r--arch/x86/include/asm/init_helpers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/init_helpers.h b/arch/x86/include/asm/init_helpers.h
index b07887e..8cbe08e 100644
--- a/arch/x86/include/asm/init_helpers.h
+++ b/arch/x86/include/asm/init_helpers.h
@@ -13,7 +13,5 @@ int calculate_relocation_address(void);
int init_cache_f_r(void);
int init_bd_struct_r(void);
int init_func_spi(void);
-int find_fdt(void);
-int prepare_fdt(void);
#endif /* !_INIT_HELPERS_H_ */