From e47b2d674f0acd137412535647cb3072bf11dbb0 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 31 Mar 2017 08:40:38 -0600 Subject: 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 --- common/board_f.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'common') diff --git a/common/board_f.c b/common/board_f.c index f928c3d..bed09e2 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -39,6 +39,7 @@ #include #include +#include #include #include #include @@ -47,9 +48,6 @@ #include #include #include -#if defined(CONFIG_X86) || defined(CONFIG_ARC) || defined(CONFIG_XTENSA) -#include -#endif #include #include -- cgit v1.1