From 96d4b75c0d7f1bbbbde19e6225b09b1f7e7b60fe Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 31 Mar 2017 08:40:37 -0600 Subject: board_f: Make init_helpers generic This header file is used by two archs. It could be used by all of them since it allows the cache to be on during relocation. Move it into a generic file. Signed-off-by: Simon Glass --- common/board_r.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'common/board_r.c') diff --git a/common/board_r.c b/common/board_r.c index c8eeb9cbd4..d69a33c4a3 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -27,6 +27,7 @@ #include #endif #include +#include #ifdef CONFIG_PS2KBD #include #endif @@ -53,9 +54,6 @@ #include #endif #include -#ifdef CONFIG_X86 -#include -#endif #include #include #include -- cgit v1.2.3