]> git.kernelconcepts.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:44 +0000 (11:29 +0200)
commit0140d747152d53b73d9610f3935528dff20057c2
tree883214b4808908773030e7020a9e584b955dcb33
parent25c4d286f2121534dc0df72bddffc887b06e3c64
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