board_f: Make relocation functions generic
authorSimon Glass <sjg@chromium.org>
Fri, 31 Mar 2017 14:40:38 +0000 (08:40 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2017 20:36:57 +0000 (16:36 -0400)
commite47b2d674f0acd137412535647cb3072bf11dbb0
tree9ebdb5b4ccc2805279bdbdb8971d1c55dcc2c0af
parent96d4b75c0d7f1bbbbde19e6225b09b1f7e7b60fe
board_f: Make relocation functions generic

This header file is used by three archs. It could be used by all of them
since relocation is a common function. Move it into a generic file.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arc/include/asm/relocate.h [deleted file]
arch/x86/include/asm/relocate.h [deleted file]
arch/x86/lib/relocate.c
arch/xtensa/include/asm/relocate.h [deleted file]
arch/xtensa/lib/relocate.c
common/board_f.c
include/relocate.h [new file with mode: 0644]