]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Drop unused copy_fdt_to_ram()
authorSimon Glass <sjg@chromium.org>
Fri, 31 Jul 2015 15:31:29 +0000 (09:31 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:52 +0000 (08:00 +0200)
commit8835035e4d317b6aeb0fc5e34f0ae74c19db9f90
tree427e38a8ad90a306d73059f84f8780bd824b873d
parent5c00568cc9d9fca802d4e23457c2776c67a2d900
x86: Drop unused copy_fdt_to_ram()

This is now handled by generic U-Boot code so we do not need an x86 version.
It is no-longer called, so remove it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/relocate.h
arch/x86/lib/relocate.c