summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/init_helpers.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-08-13 00:29:10 -0700
committerSimon Glass <sjg@chromium.org>2015-08-26 07:54:07 -0700
commitc17ca6b5cd7158b63a78c4944c732c49dce8454f (patch)
tree8fb5e495f29f3f3c3558432cbb7e74dc15479363 /arch/x86/include/asm/init_helpers.h
parent52b778603b7017885d67428c9cca9807bc6e2f7d (diff)
downloadtalos-obmc-uboot-c17ca6b5cd7158b63a78c4944c732c49dce8454f.tar.gz
talos-obmc-uboot-c17ca6b5cd7158b63a78c4944c732c49dce8454f.zip
x86: Remove calculate_relocation_address()
Now that we have generic routine to calculate relocation address, remove the x86 specific one which is now only used by coreboot. Signed-off-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 8cbe08eb56..c689a63266 100644
--- a/arch/x86/include/asm/init_helpers.h
+++ b/arch/x86/include/asm/init_helpers.h
@@ -8,8 +8,6 @@
#ifndef _INIT_HELPERS_H_
#define _INIT_HELPERS_H_
-int calculate_relocation_address(void);
-
int init_cache_f_r(void);
int init_bd_struct_r(void);
int init_func_spi(void);
OpenPOWER on IntegriCloud