]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: Remove calculate_relocation_address()
authorBin Meng <bmeng.cn@gmail.com>
Thu, 13 Aug 2015 07:29:10 +0000 (00:29 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 14:54:07 +0000 (07:54 -0700)
commitc17ca6b5cd7158b63a78c4944c732c49dce8454f
tree8fb5e495f29f3f3c3558432cbb7e74dc15479363
parent52b778603b7017885d67428c9cca9807bc6e2f7d
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>
arch/x86/cpu/coreboot/sdram.c
arch/x86/include/asm/init_helpers.h
arch/x86/lib/init_helpers.c