summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2018-03-13 13:57:04 +0100
committerTom Rini <trini@konsulko.com>2018-03-16 14:56:59 -0400
commitb8aa55cb6414e512cce30bb7db3268eea934466d (patch)
treed43724e4a442a582cef8fecf31fa3d1a2a50eafa /arch/x86
parentfc22ee215a1385ddaefd01e01975b6a67d9d8072 (diff)
common: move init_helpers.h prototypes in init.h
Merge init_helpers.h in the new file init.h with only prototypes for init_cache_f_r used in common/board_f.c Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/lib/spl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/lib/spl.c b/arch/x86/lib/spl.c
index 832a5d7c0e..7c32245a09 100644
--- a/arch/x86/lib/spl.c
+++ b/arch/x86/lib/spl.c
@@ -6,7 +6,6 @@
#include <common.h>
#include <debug_uart.h>
-#include <init_helpers.h>
#include <spl.h>
#include <asm/cpu.h>
#include <asm/mtrr.h>