diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-13 00:29:10 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-26 07:54:07 -0700 |
commit | c17ca6b5cd7158b63a78c4944c732c49dce8454f (patch) | |
tree | 8fb5e495f29f3f3c3558432cbb7e74dc15479363 /arch/x86/include/asm | |
parent | 52b778603b7017885d67428c9cca9807bc6e2f7d (diff) | |
download | u-boot-imx-c17ca6b5cd7158b63a78c4944c732c49dce8454f.zip u-boot-imx-c17ca6b5cd7158b63a78c4944c732c49dce8454f.tar.gz u-boot-imx-c17ca6b5cd7158b63a78c4944c732c49dce8454f.tar.bz2 |
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')
-rw-r--r-- | arch/x86/include/asm/init_helpers.h | 2 |
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 8cbe08e..c689a63 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); |